Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Feb 28, 2024
1 parent 9ef7ad6 commit a5623db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/download-senzing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ determine-latest-zip-for-major-version() {
download-zip() {

echo "[INFO] curl --output senzingapi.zip $SENZINGAPI_ZIP_URL"
curl --output /tmp/senzingapi.zip "$SENZINGAPI_ZIP_URL"
curl --output senzingapi.zip "$SENZINGAPI_ZIP_URL"
pwd
ls -tlc

Expand Down

0 comments on commit a5623db

Please sign in to comment.