Commit ea8ee0b5 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

fix(upgrade-check): put update-otica hint on one line



Changelog: fixed
Co-Authored-By: default avatarClaude Opus 4.8 <noreply@anthropic.com>
parent 13ee993e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -76,8 +76,7 @@ if [ -n "${latest_tag}" ]; then
        else
            echo -e "Review the CHANGELOG."
        fi
        echo -e "Run ${GREEN}make update-otica${NC}, or"
        echo -e "${GREEN}make update-otica VERSION=<ref>${NC} to stay on a specific version."
        echo -e "Run ${GREEN}make update-otica${NC}, or ${GREEN}make update-otica VERSION=<ref>${NC} to stay on a specific version."
    fi
fi