From 69b5b33af80d96d2d42ef991e6241a5f8a68af45 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sat, 9 May 2020 19:58:31 +0200 Subject: [PATCH] fix typo in 8dd4cc4459 --- prototype/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }