Skip to content
Snippets Groups Projects
Commit aeb1a297 authored by Cyril David's avatar Cyril David
Browse files

Patch to allow netrc buildpack[1] to work.

[1]: https://github.com/timshadel/heroku-buildpack-github-netrc
parent 683bba59
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ deep-rm() {
# subshell to avoid surprising caller with shopts.
(
shopt -s dotglob
rm -rf "$1"/!(tmp|.|..)
rm -rf "$1"/!(.curlrc|.netrc|tmp|.|..)
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment