Skip to content

Commit

Permalink
Fix regression in #42 that broke failure messages.
Browse files Browse the repository at this point in the history
A parenthesis was in the wrong place.
  • Loading branch information
mboes committed Nov 13, 2018
1 parent 65d6dd1 commit f92d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Command: {arguments}
Return code: {return_code}
Error output:
{stderr}
""").format(**outputs)
""".format(**outputs))
return result


Expand Down

0 comments on commit f92d52a

Please sign in to comment.