aws-azure-login.bashrc: Renamed the aws-token function to aws-auth
This commit is contained in:
parent
34e2071988
commit
bca3d0fbea
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ if truthy $DOTFILES_WSL; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make it so I just have to type a command and the (optionally) a profile
|
# Make it so I just have to type a command and the (optionally) a profile
|
||||||
function aws-token {
|
function aws-auth {
|
||||||
aws-azure-login --no-prompt ${1:+--profile $1}
|
aws-azure-login --no-prompt ${1:+--profile $1}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue