From 84389d1392771acd1b6691c4a969e89a0bb0e8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Turbelin?= Date: Tue, 25 Jun 2019 14:38:38 +0200 Subject: [PATCH] Fix setup script with new application YAML file --- script/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup b/script/setup index 65f46d7949..7064af6f80 100755 --- a/script/setup +++ b/script/setup @@ -43,7 +43,7 @@ npm install # Set up configurable environment variables if [ ! -f config/application.yml ]; then - cp config/application.yml.example config/application.yml + cp config/application.example.yml config/application.yml printf "${YELLOW}Copied config/application.yml Make sure to fill it with the appropriate configuration values.\n\n${NO_COLOR}" fi