From 07e2f92389b18c2fe3c820bb9100fd586451ac75 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Mar 2016 12:43:01 -0400 Subject: indent --- src/Propellor/Spin.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3