diff --git a/bin/sync-from-s3.sh b/bin/sync-from-s3.sh index 9b86346..e2ee509 100755 --- a/bin/sync-from-s3.sh +++ b/bin/sync-from-s3.sh @@ -4,4 +4,4 @@ if [ ! -d /app/my_new_env ]; then else . /app/my_new_env/bin/activate fi -boto-rsync -a $AWS_KEY -s $AWS_SECRET s3://$S3_BUCKET/ /app +boto-rsync -a $AWS_KEY -s $AWS_SECRET s3://$S3_BUCKET/world /app/world