Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.

This commit is contained in:
Robby Russell 2009-12-13 11:48:03 -08:00
parent d2a87be173
commit 23dea51b86

View File

@ -5,3 +5,4 @@ alias mv='nocorrect mv'
alias mysql='nocorrect mysql'
alias mkdir='nocorrect mkdir'
alias gist='nocorrect gist'
alias heroku='nocorrect heroku'