propellor spin

This commit is contained in:
Joey Hess 2014-04-13 14:23:17 -04:00
parent 4b6b0e9ce1
commit c1307f5dc2
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ cloned owner url dir mbranch = check originurl (Property desc checkout)
removeDirectoryRecursive dir
createDirectoryIfMissing True (takeDirectory dir)
ensureProperty $ userScriptProperty owner $ catMaybes
[ Just $ "git clone " ++ shellEscape url ++ " " ++ shellEscape dir
[ Just $ "git clone " ++ shellEscape url ++ " " ++ shellEscape dir ++ " < /dev/null"
, Just $ "cd " ++ shellEscape dir
, ("git checkout " ++) <$> mbranch
]