mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
silence output of mkdir
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ done
|
||||
|
||||
set +e
|
||||
# Create set-aside `.heroku` folder.
|
||||
mkdir .heroku
|
||||
mkdir .heroku &> /dev/null
|
||||
HEROKU_DIR_STATUS=$?
|
||||
|
||||
# This is a new app, disable injection.
|
||||
|
||||
Reference in New Issue
Block a user