Skip to content

Commit 740998f

Browse files
committed
typo in script
1 parent acee2ce commit 740998f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
for q in hq uhq; do
1313
fname="fallout12_${q}_music.zip"
1414
cd "$q"
15-
zip * "$fname"
15+
zip "$fname" *
1616
mv "$fname" ..
1717
cd ..
1818
done

0 commit comments

Comments
 (0)