diff --git a/prototype/build.gradle b/prototype/build.gradle
index ad8b14c..c7defd9 100644
--- a/prototype/build.gradle
+++ b/prototype/build.gradle
@@ -35,5 +35,5 @@ group 'org.hso'
 version '0.1.0'
 
 bootRun {
-  args = ["--spring.profiles.active=dev --spring.config.location=classpath:/application.properties\""]
+  args = ["--spring.profiles.active=dev --spring.config.location=classpath:/application.properties"]
 }