Skip to content

Commit ebf0027

Browse files
authored
Merge pull request #20 from slashd0t/master
Update the stackify/env_details.rb - set the value of Env from stackify setup
2 parents 4344c6a + ed294d2 commit ebf0027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stackify/env_details.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def set_env_properties (rails_info = nil)
3535
'AppLocation' => app_location,
3636
'AppName' => @app_name,
3737
'ConfiguredAppName' => @app_name,
38-
'ConfiguredEnvironmentName' =>@info['Environment']
38+
'ConfiguredEnvironmentName' => Stackify.configuration.env || @info['Environment']
3939
}
4040
end
4141

0 commit comments

Comments
 (0)