reverting an erroneous change
Change-Id: Ibdcbab6efbbd0378e46b1a224a8c0957d5e21ff1
diff --git a/build.gradle b/build.gradle
index b01061c..7c76ce8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -56,7 +56,7 @@
// Deployment target config file (yaml format); this can be overwritten from the command line
// using the -PdeployConfig=<file-path> syntax.
- deployConfig = project.hasProperty('deployConfig') ? project.getProperty('deployConfig') : '../build/config/default.yml'
+ deployConfig = project.hasProperty('deployConfig') ? project.getProperty('deployConfig') : './config/default.yml'
println "Using deployment config: $deployConfig"
File configFile = new File(deployConfig)