summaryrefslogtreecommitdiff
path: root/src/Propellor/Spin.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-30 12:43:01 -0400
committerJoey Hess2016-03-30 12:43:01 -0400
commit07e2f92389b18c2fe3c820bb9100fd586451ac75 (patch)
treee62e5182cc10c2191f9bc40c32ff015d336c8311 /src/Propellor/Spin.hs
parentdc0a3d3898005195387d327655790971a7100b77 (diff)
indent
Diffstat (limited to 'src/Propellor/Spin.hs')
-rw-r--r--src/Propellor/Spin.hs2
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)