We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55422d6 commit e2f66feCopy full SHA for e2f66fe
src/Niv/GitHub/Cmd.hs
@@ -184,4 +184,4 @@ ticket:
184
185
Thanks! I'll buy you a beer.
186
|]
187
- <> 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 commit comments