Skip to content

Commit

Permalink
Adjust text of final progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Dec 12, 2015
1 parent 3f01901 commit 84da80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ executePlan' installedMap0 plan ee@ExecuteEnv {..} = do
let total = length actions
loop prev
| prev == total =
runInBase $ $logStickyDone ("Completed all " <> T.pack (show total) <> " actions.")
runInBase $ $logStickyDone ("Completed " <> T.pack (show total) <> " action(s).")
| otherwise = do
when terminal $ runInBase $
$logSticky ("Progress: " <> T.pack (show prev) <> "/" <> T.pack (show total))
Expand Down

0 comments on commit 84da80d

Please sign in to comment.