We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6793771 commit5b499d2Copy full SHA for 5b499d2
cli/root.go
@@ -1219,7 +1219,7 @@ func wrapTransportWithVersionMismatchCheck(rt http.RoundTripper, inv *serpent.In
1219
upgradeMessage=serverInfo.UpgradeMessage
1220
// The site-local `install.sh` was introduced in v2.19.0
1221
caseserverInfo.DashboardURL!=""&&semver.Compare(semver.MajorMinor(serverVersion),"v2.19")>=0:
1222
-upgradeMessage=fmt.Sprintf("downloadthe server versionwith: 'curl -fsSL %s/install.sh | sh'",serverInfo.DashboardURL)
+upgradeMessage=fmt.Sprintf("download%swith: 'curl -fsSL %s/install.sh | sh'",serverVersion,serverInfo.DashboardURL)
1223
}
1224
1225
fmtWarningText:="version mismatch: client %s, server %s\n%s"