Skip to content

Commit

Permalink
Merge pull request #3276 from yuvipanda/noint
Browse files Browse the repository at this point in the history
Mark auth_token as a string, not integer
  • Loading branch information
yuvipanda authored Oct 18, 2023
2 parents dd19f27 + 4b4b069 commit 5753bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/cloud_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def exec_aws_shell(
mfa_device_id: str = typer.Argument(
..., help="Full ARN of MFA Device the code is from"
),
auth_token: int = typer.Argument(
auth_token: str = typer.Argument(
..., help="6 digit 2 factor authentication code from the MFA device"
),
):
Expand Down

0 comments on commit 5753bf2

Please sign in to comment.