Loading scripts/otica-upgrade-check.sh +2 −2 Original line number Diff line number Diff line Loading @@ -72,9 +72,9 @@ if [ -n "${latest_tag}" ]; then fi web_base=$(release_web_base) if [ -n "${web_base}" ]; then echo -e "Review the CHANGELOG: ${GREEN}${web_base}/-/blob/${latest_tag}/CHANGELOG.md${NC}" echo -e "Review the Releases: ${GREEN}${web_base}/-/releases${NC}" else echo -e "Review the CHANGELOG." echo -e "Review the Releases." fi echo -e "Run ${GREEN}make update-otica${NC}, or ${GREEN}make update-otica VERSION=<ref>${NC} to stay on a specific version." fi Loading Loading
scripts/otica-upgrade-check.sh +2 −2 Original line number Diff line number Diff line Loading @@ -72,9 +72,9 @@ if [ -n "${latest_tag}" ]; then fi web_base=$(release_web_base) if [ -n "${web_base}" ]; then echo -e "Review the CHANGELOG: ${GREEN}${web_base}/-/blob/${latest_tag}/CHANGELOG.md${NC}" echo -e "Review the Releases: ${GREEN}${web_base}/-/releases${NC}" else echo -e "Review the CHANGELOG." echo -e "Review the Releases." fi echo -e "Run ${GREEN}make update-otica${NC}, or ${GREEN}make update-otica VERSION=<ref>${NC} to stay on a specific version." fi Loading