Commit 7138b7af authored by Kenneth Reitz's avatar Kenneth Reitz

silence output of mkdir

parent fe9b9401
...@@ -134,7 +134,7 @@ done ...@@ -134,7 +134,7 @@ done
set +e set +e
# Create set-aside `.heroku` folder. # Create set-aside `.heroku` folder.
mkdir .heroku mkdir .heroku &> /dev/null
HEROKU_DIR_STATUS=$? HEROKU_DIR_STATUS=$?
# This is a new app, disable injection. # This is a new app, disable injection.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment