diff options
author | elijah <elijah@riseup.net> | 2016-05-26 11:50:33 -0700 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-06-16 11:10:55 -0400 |
commit | 462975799b9c130285761958d040b71f0ab1ac9b (patch) | |
tree | 06796fbbd905895ecfb3237518162a350cfdf3b0 /platform.rb | |
parent | 88d3a09a87c483ccde6517063d4a34756272c0f0 (diff) |
fix typo that prevented common.ENV.json from being loaded. closes #7697
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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', |