summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 19:36:30 -0400
committerJoey Hess2014-11-18 19:36:30 -0400
commitc9fed0fdaa103e091fdee4ab4ab94dd921ce174a (patch)
treea13951b56d3a3337c2b2ba53ca8d02891166ab47 /src/Propellor/Types.hs
parent65d3f085dcd86c53549a3b126e0888f09c5e1925 (diff)
add --update, which will one day replace --boot
But no time soon, since that would break --spin to old versions of propellor Maybe after 1 year?
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index e0a71130..a1d25b4f 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -146,7 +146,7 @@ data CmdLine
| AddKey String
| Continue CmdLine
| Chain HostName Bool
- | Boot HostName
+ | Update HostName
| Docker HostName
| GitPush Fd Fd
deriving (Read, Show, Eq)