Skip to content

Commit f5f60d4

Browse files
committed
fix(start.sh): drop double-v in github-mcp-server version log
1 parent 426c703 commit f5f60d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export GITHUB_TOOLSETS="${GITHUB_TOOLSETS:-${LPB_GITHUB_TOOLSETS:-all}}"
136136
_github_mcp_bin="/home/lpb/.local/pi-support/bin/github-mcp-server"
137137
if [[ ! -x "$_github_mcp_bin" ]]; then
138138
_version="${LPB_GITHUB_MCP_SERVER_VERSION:-v1.8.0}"
139-
info "Installing GitHub MCP Server v${_version}..."
139+
info "Installing GitHub MCP Server ${_version}..."
140140
mkdir -p /home/lpb/.local/pi-support/bin
141141
# Direct GitHub CDN (github.com/.../releases/download/...) returns 404 from
142142
# this network, and gh's .browser_download_url resolves to that same blocked

0 commit comments

Comments
 (0)