diff options
Diffstat (limited to 'inventory_json_unstable.rb')
| -rwxr-xr-x | inventory_json_unstable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory_json_unstable.rb b/inventory_json_unstable.rb index e4a5938..4a41f97 100755 --- a/inventory_json_unstable.rb +++ b/inventory_json_unstable.rb @@ -10,7 +10,7 @@ def doit() exit(1) end environ = "" - ["unstable", "develop", "stage", "master"].each do |env| + ["unstable_db", "unstable", "develop_db", "develop", "stage_db", "stage", "master_db", "master"].each do |env| if File.basename($0).include?(env) environ = env break |
