Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
update error messaging with pointer to current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fool committed Feb 24, 2018
1 parent fe344a4 commit 49d9437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ install_dependencies() {
echo "Python version set to ${PYTHON_VERSION}"
else
echo "Error setting python version from runtime.txt"
echo "Please see https://www.netlify.com/docs/build-settings for current versions"
echo "Please see https://github.com/netlify/build-image/#included-software for current versions"
exit 1
fi
else
Expand Down

0 comments on commit 49d9437

Please sign in to comment.