Skip to content

Commit e2f66fe

Browse files
authored
Fix spacing in error output (#413)
1 parent 55422d6 commit e2f66fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Niv/GitHub/Cmd.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ ticket:
184184

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

0 commit comments

Comments
 (0)