Skip to content

Commit 5e3a3fc

Browse files
committed
Fix quote missing
1 parent c70c83f commit 5e3a3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/support/agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ if [ ! -f "$POM_FILE" ]; then
3232
fi
3333

3434
# Run Maven Spring Boot application
35-
$SCRIPT_DIR/../../mvnw -U -f "$POM_FILE" -Dmaven.test.skip=true spring-boot:run
35+
"$SCRIPT_DIR/../../mvnw" -U -f "$POM_FILE" -Dmaven.test.skip=true spring-boot:run

0 commit comments

Comments
 (0)