Skip to content

Commit

Permalink
Fix mistake in WebGoat.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Jones committed Aug 22, 2018
1 parent af3c620 commit 21622a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/GENUINE/WebGoat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REPO_DIR=$SCRIPT_DIR/WebGoat
DEPLOY_DIR=$REPO_DIR
FILES_DIR=$SCRIPT_DIR/WebGoat_files
LIB_DIR=$SCRIPT_DIR/../LIBRARIES
MODELS_LIB_DIR=${LIB_DIR}/LIBRARIES/models
MODELS_LIB_DIR=${LIB_DIR}/models
if [ -z "$OUTPUT_DIR" ]; then
OUTPUT_DIR=$SECURITY_SCANNER_HOME/GENUINE
fi
Expand Down

0 comments on commit 21622a9

Please sign in to comment.