Skip to content

Commit 90b5582

Browse files
Merge pull request diffblue#565 from diffblue/owen-jones-diffblue/fix-webgoat-sh
Fix mistake in WebGoat.sh
2 parents af3c620 + 21622a9 commit 90b5582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/GENUINE/WebGoat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ REPO_DIR=$SCRIPT_DIR/WebGoat
2020
DEPLOY_DIR=$REPO_DIR
2121
FILES_DIR=$SCRIPT_DIR/WebGoat_files
2222
LIB_DIR=$SCRIPT_DIR/../LIBRARIES
23-
MODELS_LIB_DIR=${LIB_DIR}/LIBRARIES/models
23+
MODELS_LIB_DIR=${LIB_DIR}/models
2424
if [ -z "$OUTPUT_DIR" ]; then
2525
OUTPUT_DIR=$SECURITY_SCANNER_HOME/GENUINE
2626
fi

0 commit comments

Comments
 (0)