Skip to content

Commit a4e7edb

Browse files
authored
add -f to rm mock extension file in /fixtures/generate (#41)
1 parent f44f339 commit a4e7edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/generate.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ mock changelog
121121
EOF
122122
cp "$dir/icon.png" "$dest/extension/images/icon.png"
123123
pushd "$dest" >/dev/null
124-
rm "$publisher.$name@$version.vsix"
124+
rm -f "$publisher.$name@$version.vsix"
125125
zip -r "$publisher.$name@$version.vsix" * -q
126126
popd >/dev/null
127127
done < "$dir/versions"

0 commit comments

Comments
 (0)