We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b19a01 commit f17c637Copy full SHA for f17c637
src/std/fwlib/blockTypes/nvfetcher.nix
@@ -40,7 +40,7 @@ in
40
--changelog "$tmpfile" \
41
--filter "^$targetname$"
42
43
- sed -i '''' -e "s|^|- \`$(date --iso-8601=m)\` |" "$tmpfile"
+ sed -i ''' -e "s|^|- \`$(date --iso-8601=m)\` |" "$tmpfile"
44
cat "$tmpfile" >> "$updates"
45
'' {})
46
];
0 commit comments