diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Spin.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs index 944696dd..c6699961f 100644 --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -98,7 +98,7 @@ spin' mprivdata relay target hst = do viarelay = isJust relay && not relaying probecmd = intercalate " ; " - ["if [ ! -d " ++ localdir ++ "/.git ]" + [ "if [ ! -d " ++ localdir ++ "/.git ]" , "then (" ++ intercalate " && " [ installGitCommand sys , "echo " ++ toMarked statusMarker (show NeedGitClone) |
