add Key to all ActionItem constructors

This commit is contained in:
Joey Hess 2019-06-06 12:53:24 -04:00
parent 3893d84764
commit 258a7c5cd1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
15 changed files with 70 additions and 52 deletions

View file

@ -77,7 +77,7 @@ showStart' command mdesc = outputMessage json $
showStartKey :: String -> Key -> ActionItem -> Annex ()
showStartKey command key i = outputMessage json $
command ++ " " ++ actionItemDesc i key ++ " "
command ++ " " ++ actionItemDesc i ++ " "
where
json = JSON.start command (actionItemWorkTreeFile i) (Just key)