Skip to content

Commit

Permalink
add -f to rm mock extension file in /fixtures/generate (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt authored Jul 15, 2024
1 parent f44f339 commit a4e7edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/generate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ mock changelog
EOF
cp "$dir/icon.png" "$dest/extension/images/icon.png"
pushd "$dest" >/dev/null
rm "$publisher.$name@$version.vsix"
rm -f "$publisher.$name@$version.vsix"
zip -r "$publisher.$name@$version.vsix" * -q
popd >/dev/null
done < "$dir/versions"
Expand Down

0 comments on commit a4e7edb

Please sign in to comment.