tuple makes it clearer
This commit is contained in:
parent
eac433a84a
commit
30e0065ab9
2 changed files with 5 additions and 6 deletions
|
@ -136,7 +136,7 @@ fromPerform move key = do
|
|||
else return Nothing -- fail
|
||||
fromCleanup :: Bool -> Git.Repo -> Key -> CommandCleanup
|
||||
fromCleanup True remote key = do
|
||||
ok <- Remotes.onRemote remote boolSystem False "dropkey"
|
||||
ok <- Remotes.onRemote remote (boolSystem, False) "dropkey"
|
||||
["--quiet", "--force",
|
||||
"--backend=" ++ backendName key,
|
||||
keyName key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue