propellor spin

This commit is contained in:
Joey Hess 2014-11-22 15:50:14 -04:00
parent 645d0918f2
commit 97931fe670
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ spin target relay hst = do
runcmd = mkcmd [ "cd " ++ localdir ++ " && ./propellor --continue " ++ shellEscape (show cmd) ]
cmd = if isNothing relay
then SimpleRun target
else Spin target relay
else Spin target (Just target)
runparams = catMaybes
[ if isJust relay then Just "-A" else Nothing
, Just "-t"