diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 01:28:46 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 01:28:46 -0400 |
| commit | 9e578aca6b0914443c95f8691fd3ba39522f28fc (patch) | |
| tree | f4f0882539dc5798af97d833fe0bd3d8b3e0df2f /Propellor/Property/Docker.hs | |
| parent | d1db64b3bc4ef1c802344f666eb160d9a8c97cca (diff) | |
rename aka to alias
Diffstat (limited to 'Propellor/Property/Docker.hs')
| -rw-r--r-- | Propellor/Property/Docker.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index e05a8dd3..e5b8d64a 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -183,8 +183,8 @@ memory = runProp "memory" -- | Link with another container on the same host. link :: ContainerName -> ContainerAlias -> Property -link linkwith alias = genProp "link" $ \hn -> - fromContainerId (ContainerId hn linkwith) ++ ":" ++ alias +link linkwith calias = genProp "link" $ \hn -> + fromContainerId (ContainerId hn linkwith) ++ ":" ++ calias -- | A short alias for a linked container. -- Each container has its own alias namespace. |
