Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Dec 20, 2023
1 parent 5e2a567 commit e2f662e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ package() {
local pkg_path
if [[ "$target" == "x86_64-w64-mingw32" ]]; then
pkg_path="$(_canonicalize "${build_dir}/${pkg_name}.zip")"
else
else
pkg_path="$(_canonicalize "${build_dir}/${pkg_name}.tar.gz")"
fi

Expand Down

0 comments on commit e2f662e

Please sign in to comment.