Commit 86ab1e33 authored by Hunter Loftis's avatar Hunter Loftis

only show new buildpack version in cache invalidation

parent 87399f6a
......@@ -131,7 +131,7 @@ elif [ "$npm_previous" != "" ] && [ "$npm_engine" != "$npm_previous" ]; then
status "Npm version changed ($npm_previous => $npm_engine); invalidating cache"
cache_busted=true
elif [ "$bp_version" != "$bp_previous" ]; then
status "Buildpack version changed (${bp_previous:-none} => $bp_version); invalidating cache"
status "New buidpack version ($bp_version); invalidating cache"
cache_busted=true
else
cache_busted=false
......
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