Skip to content

Commit 0add279

Browse files
authored
Update wss-runner.sh
1 parent d812252 commit 0add279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wss-runner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ API_KEY=${API_KEY}
3535
CONFIG_FILE=${CONFIG_FILE:="wss-unified-agent.config"}
3636

3737
if [[ -z "${API_KEY}" ]]; then
38-
/wss-scan/run_latest_jar.sh -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
38+
/run_latest_jar.sh -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
3939
else
40-
/wss-scan/run_latest_jar.sh -apiKey "${API_KEY}" -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
40+
/run_latest_jar.sh -apiKey "${API_KEY}" -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
4141
fi
4242
echo ""
4343
echo "*******************************************************************************************************************"

0 commit comments

Comments
 (0)