diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-30 12:43:01 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-30 12:43:01 -0400 |
| commit | 07e2f92389b18c2fe3c820bb9100fd586451ac75 (patch) | |
| tree | e62e5182cc10c2191f9bc40c32ff015d336c8311 /src/Propellor | |
| parent | dc0a3d3898005195387d327655790971a7100b77 (diff) | |
indent
Diffstat (limited to 'src/Propellor')
| -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) |
