Skip to content

Commit 04725cf

Browse files
committed
nix-prefetch-darcs: fix tag JSON output error
1 parent 189a0a9 commit 04725cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/fetchdarcs/nix-prefetch-darcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ cat <<EOF
164164
"repository": $(json_escape "$repository"),
165165
EOF
166166
if [ -n "$tag" ]; then cat <<EOF
167-
"tag": "$(json_escape "$tag")",
167+
"tag": $(json_escape "$tag"),
168168
EOF
169169
elif [ -n "$darcs_hash" ]; then cat <<EOF
170170
"darcs-hash": $(json_escape "$darcs_hash"),

0 commit comments

Comments
 (0)