[Minor] Automated Code cleanup: Double quote to prevent globbing and word splitting.

This commit is contained in:
Robert von Burg 2023-04-04 15:07:13 +02:00
parent dc3204969b
commit aaaf03c6d1
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
java -classpath lib/ -jar ${artifactId}-${project.version}.jar --root-path=./ --env=dev
java -classpath lib/ -jar "${artifactId}-${project.version}.jar" --root-path=./ --env=dev