diff options
Diffstat (limited to 'src/Propellor/Container.hs')
| -rw-r--r-- | src/Propellor/Container.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Container.hs b/src/Propellor/Container.hs index b64f5949..a805add8 100644 --- a/src/Propellor/Container.hs +++ b/src/Propellor/Container.hs @@ -58,7 +58,7 @@ propagateContainer containername c wanted prop = prop `addChildren` map convert (containerProperties c) where convert p = - let n = property (getDesc p) (getSatisfy p) :: Property UnixLike + let n = property'' (getDesc p) (getSatisfy p) :: Property UnixLike n' = n `setInfoProperty` mapInfo (forceHostContext containername) (propagatableInfo wanted (getInfo p)) |
