Skip to content

Commit f92d52a

Browse files
committed
Fix regression in #42 that broke failure messages.
A parenthesis was in the wrong place.
1 parent 65d6dd1 commit f92d52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixpkgs/nixpkgs.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Command: {arguments}
230230
Return code: {return_code}
231231
Error output:
232232
{stderr}
233-
""").format(**outputs)
233+
""".format(**outputs))
234234
return result
235235

236236

0 commit comments

Comments
 (0)