Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Aug 20, 2024
1 parent a44d6ce commit 329d2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/install-senzing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ verify-installation() {

echo "[INFO] verify senzing installation"
is-major-version-greater-than-3 && BUILD_VERSION_PATH="er/szBuildVersion" || BUILD_VERSION_PATH="g2/g2BuildVersion"
if [ ! -f /c/Program Files/senzing/"$BUILD_VERSION_PATH".json ]; then
if [ ! -f "/c/Program Files/senzing/$BUILD_VERSION_PATH.json" ]; then
echo "[ERROR] /c/Program Files/senzing/$BUILD_VERSION_PATH.json not found."
exit 1
else
Expand Down

0 comments on commit 329d2c3

Please sign in to comment.