From 3a3b7abad0a0bdde8fec217ae1c9f4e2ba8ff744 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sun, 10 May 2020 15:31:20 +0200 Subject: [PATCH] fix typo --- 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"] }