Skip to content

Commit

Permalink
Specify defaults section as discussed in #88
Browse files Browse the repository at this point in the history
  • Loading branch information
drewsonne committed Apr 19, 2018
1 parent 10e1523 commit 3a382e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onelogin_aws_cli/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):
self.add_argument(
'-C', '--config-name',
action=EnvDefault, required=False,
dest='config_name', default='default',
dest='config_name', default='defaults',
help='Switch configuration name within config file'
)

Expand Down

0 comments on commit 3a382e6

Please sign in to comment.