Skip to content

Commit f17c637

Browse files
licebmiblaggacao
authored andcommitted
fix: balance nvfetcher quotes.
As stated on the documentation. > '' is escaped by prefixing it with one single quote (')
1 parent 5b19a01 commit f17c637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/fwlib/blockTypes/nvfetcher.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ in
4040
--changelog "$tmpfile" \
4141
--filter "^$targetname$"
4242
43-
sed -i '''' -e "s|^|- \`$(date --iso-8601=m)\` |" "$tmpfile"
43+
sed -i ''' -e "s|^|- \`$(date --iso-8601=m)\` |" "$tmpfile"
4444
cat "$tmpfile" >> "$updates"
4545
'' {})
4646
];

0 commit comments

Comments
 (0)