We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913aa1c commit 4aa95d7Copy full SHA for 4aa95d7
1 file changed
pkg/cli/update.go
@@ -50,7 +50,7 @@ func startUpdateCheck() {
50
}
51
52
if result.LatestVersion != "" && result.LatestVersion != Version {
53
- ch <- fmt.Sprintf("\n Update available: %s → %s\n Run: curl -fsSL https://open.devicelab.dev/install/maestro-runner.sh | bash\n", Version, result.LatestVersion)
+ ch <- fmt.Sprintf("\n Update available: %s → %s\n Run: curl -fsSL https://open.devicelab.dev/maestro-runner/install | bash\n", Version, result.LatestVersion)
54
} else {
55
ch <- ""
56
0 commit comments