diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-20 00:55:28 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-20 00:55:28 -0400 |
| commit | 0d4dd37ee769a6ef1bc80507c8ee8a4b9e882856 (patch) | |
| tree | 840a21095ff2c400522c4f51db2412609fb5b1f5 /src | |
| parent | 80e465185fe03af09e51b1c4c61757d925a9c0a7 (diff) | |
git commit may or may not be signed
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 8b958a7e..061c9700 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -145,7 +145,7 @@ updateFirst' cmdline next = ifM fetchOrigin spin :: HostName -> Host -> IO () spin hn hst = do - void $ actionMessage "Git commit (signed)" $ + void $ actionMessage "Git commit" $ gitCommit [Param "--allow-empty", Param "-a", Param "-m", Param "propellor spin"] -- Push to central origin repo first, if possible. -- The remote propellor will pull from there, which avoids |
