summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 19:06:50 -0400
committerJoey Hess2014-03-31 19:06:50 -0400
commit14d56a303c62e70a7639357c2551a446b1c17556 (patch)
treeedff6eaff977fd9bab6429506e73a0c7027c69ff /Propellor/CmdLine.hs
parent178cd65e475128a9a0d4199f7fd0c02007b77356 (diff)
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
-rw-r--r--Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index 2ab83f33..c3576b94 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -186,7 +186,7 @@ spin host = do
sendGitClone :: HostName -> String -> IO ()
sendGitClone host url = void $ actionMessage ("Pushing git repository to " ++ host) $
- withTmpFile "gitbundle" $ \tmp _ -> allM id
+ withTmpFile "propellor.git." $ \tmp _ -> allM id
-- TODO: ssh connection caching, or better push method
-- with less connections.
[ boolSystem "git" [Param "bundle", Param "create", File tmp, Param "HEAD"]