Skip to content

Commit

Permalink
updated env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh committed Mar 3, 2013
1 parent 8ee2ffc commit 447a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export AWS_SECRET_KEY=your_AWS_SECRET_KEY
############################################

# set EC2_HOME and add $EC2_HOME/bin to $PATH
export EC2_HOME=./external_tools/ec2-api-tools-1.6.1.4
export EC2_HOME=`pwd`/external_tools/ec2-api-tools-1.6.1.4
export PATH=$PATH:$EC2_HOME/bin

0 comments on commit 447a87d

Please sign in to comment.