Skip to content

Commit 858f7e5

Browse files
committed
Fix quoting in heredoc
I wasn't really thinking when I added the quotes here. Signed-off-by: Jack Baldry <[email protected]>
1 parent 9f57bd2 commit 858f7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/extension-registry-changed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ local -r infile="$2"
3131

3232
ed -s "$outfile" <<EOF
3333
/<div class=.nav-cards.>/+,/<.div>/-d
34-
/<div class=.nav-cards.>/ r "$infile"
34+
/<div class=.nav-cards.>/ r $infile
3535
w
3636
q
3737
EOF

0 commit comments

Comments
 (0)