Skip to content

Commit

Permalink
Revert windows check in upload_java_tools.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Nov 24, 2020
1 parent 5cc4cfb commit fe7f1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload_java_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ EOF
zip -rv "${tmp_zip}" "${readme_file}"

gsutil_cmd="gsutil"
if [[ "$platform" == "windows" ]]; then
if "$is_windows"; then
gsutil_cmd="gsutil.cmd"
fi

Expand Down

0 comments on commit fe7f1e8

Please sign in to comment.