Skip to content

Commit

Permalink
updated aws_init.sh to aws_aliases_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Apr 27, 2017
1 parent 9155d59 commit 9cfb37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_cloud_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def query_yes_no(question, default="no"):
line='='.join(l)+'\n'
if 'aws_aliases.sh' in line:
if uname == 'Linux':
line='source $AWS_DIR/aws_aliases.sh\n'
line='source $AWS_DIR/aws_aliases_linux.sh\n'
if uname == 'Darwin':
line='source $AWS_DIR/aws_aliases_osx.sh\n'
newout.write(line)
Expand Down

0 comments on commit 9cfb37e

Please sign in to comment.