Skip to content

Commit 4aa95d7

Browse files
omnarayanclaude
andcommitted
Fix update notice install URL to match new endpoint
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 913aa1c commit 4aa95d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cli/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func startUpdateCheck() {
5050
}
5151

5252
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)
53+
ch <- fmt.Sprintf("\n Update available: %s → %s\n Run: curl -fsSL https://open.devicelab.dev/maestro-runner/install | bash\n", Version, result.LatestVersion)
5454
} else {
5555
ch <- ""
5656
}

0 commit comments

Comments
 (0)