Skip to content

Commit

Permalink
Merge pull request diffblue#565 from diffblue/owen-jones-diffblue/fix…
Browse files Browse the repository at this point in the history
…-webgoat-sh

Fix mistake in WebGoat.sh
  • Loading branch information
NathanJPhillips authored Aug 22, 2018
2 parents af3c620 + 21622a9 commit 90b5582
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 90b5582

Please sign in to comment.