fix usage

This commit is contained in:
Noah Zoschke
2011-05-18 09:12:02 -07:00
parent ad8bebe048
commit 5e0d42fc38
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
[[ $GITHUB_AUTH = "" ]] && { echo "usage: GITHUB_AUTH=user:pass ./push.sh"; exit 1; }
[[ $GITHUB_AUTH = "" ]] && { echo "usage: GITHUB_AUTH=user:pass ./deploy.sh"; exit 1; }
heroku destroy --app canary-django --confirm canary-django
rm -rf .git