Quote base project dir parameter

This commit is contained in:
Matthew Clair 2023-07-26 13:33:31 -04:00 committed by Matt
parent 5829c57497
commit 3bc5ff94a5

View file

@ -32,5 +32,5 @@ fi
unset JAVA_HOME
sonar-scanner -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} ${INPUT_ARGS}
sonar-scanner -Dsonar.projectBaseDir="${INPUT_PROJECTBASEDIR}" ${INPUT_ARGS}