From 492e4c68c8ac6aa4963245120880dea5edfbc9e6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Apr 2014 12:26:27 -0400 Subject: better template --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor') diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 6d7f862a..3de7106e 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -197,7 +197,7 @@ spin host = do sendGitClone :: HostName -> String -> IO () sendGitClone host url = void $ actionMessage ("Pushing git repository to " ++ host) $ - withTmpFile "propellor.git." $ \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"] -- cgit v1.2.3