Skip to content

Commit 21622a9

Browse files
author
Owen Jones
committed
Fix mistake in WebGoat.sh
1 parent af3c620 commit 21622a9

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)