Skip to content

Commit

Permalink
This is evidently a two-part fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Wiley committed Nov 23, 2019
1 parent b74b4b5 commit 5609530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gimme_aws_creds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ['config', 'okta', 'main', 'ui']
version = '2.1.2'
version = '2.1.3'
2 changes: 1 addition & 1 deletion gimme_aws_creds/okta.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def _choose_factor(self, factors):
if len(preferred_factors) == 1:
factor_name = self._build_factor_name(preferred_factors[0])
self.ui.info(factor_name + ' selected')
selection = 0
selection = factors.index(preferred_factors[0])
else:
self.ui.info("Pick a factor:")
# print out the factors and let the user select
Expand Down

0 comments on commit 5609530

Please sign in to comment.