Skip to content

Commit

Permalink
Fix spacing in error output (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia authored Jan 9, 2025
1 parent 55422d6 commit e2f66fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Niv/GitHub/Cmd.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ ticket:

Thanks! I'll buy you a beer.
|]
<> T.unlines ["command: ", "nix-prefetch-url" <> T.unwords args, "stdout: ", sout, "stderr: ", serr]
<> T.unlines ["command: ", T.unwords ("nix-prefetch-url" : args), "stdout: ", sout, "stderr: ", serr]

0 comments on commit e2f66fe

Please sign in to comment.