Merge pull request #18 from kencochrane/master
changing mkdir .heroku to mkdir -p .heroku since it is a little safer and won't throw error if directory already exists.
Showing
Please register or sign in to comment
changing mkdir .heroku to mkdir -p .heroku since it is a little safer and won't throw error if directory already exists.