Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion awsshell/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,6 @@ def profile(self, new_profile_name):
# it's worth adding an event system or observers just yet.
# If this gets hard to manage, the complexity of those systems
# would be worth it.
self._env['AWS_DEFAULT_PROFILE'] = new_profile_name
self._env[str('AWS_DEFAULT_PROFILE')] = new_profile_name
self.completer.change_profile(new_profile_name)
self._profile = new_profile_name