diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 01:45:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 01:45:19 -0400 |
| commit | e579feed3d679ff664069d6baf5e6058b588bf66 (patch) | |
| tree | 3b89b18c3056d8bc55eb14e582d4e44f8d60872c /Propellor | |
| parent | 5709f9c4aeae457734a267555296db476bc90a62 (diff) | |
tpo
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/Docker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 2014e5bd..b573e641 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -167,7 +167,7 @@ volume = runProp "volume" -- | Mount a volume from the specified container into the current -- container. volumes_from :: ContainerName -> Containerized Property -volumes_from cn = genProp "volumes-rom" $ \hn -> +volumes_from cn = genProp "volumes-from" $ \hn -> fromContainerId (ContainerId hn cn) -- | Work dir inside the container. |
