Skip to content

Commit

Permalink
Merge pull request #11 from extra808/master
Browse files Browse the repository at this point in the history
overwrite credentials file before removing
  • Loading branch information
pda committed Aug 18, 2015
2 parents f89fe86 + 9641db9 commit 96e86b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-keychain
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ aws_keychain_ls() {

aws_keychain_none() {
[ $# -eq 1 ] || aws_keychain_usage "aws-keychain none"
rm -f $AWS_CREDENTIALS_FILE
rm -fP $AWS_CREDENTIALS_FILE
}

aws_keychain_rm() {
Expand Down

0 comments on commit 96e86b4

Please sign in to comment.