From dcce787c5352a2f78758c73b48cf85dfc0d2a963 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 26 May 2016 11:50:33 -0700 Subject: fix typo that prevented common.ENV.json from being loaded. closes #7697 --- platform.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.rb b/platform.rb index 1e19a2a9..61fb50ce 100644 --- a/platform.rb +++ b/platform.rb @@ -45,7 +45,7 @@ Leap::Platform.define do :node_config => 'nodes/#{arg}.json', # input config files, environmentally scoped - :common_env_config => 'commmon.#{arg}.json', + :common_env_config => 'common.#{arg}.json', :provider_env_config => 'provider.#{arg}.json', :service_env_config => 'services/#{arg[0]}.#{arg[1]}.json', :tag_env_config => 'tags/#{arg[0]}.#{arg[1]}.json', -- cgit v1.2.3