Skip to content

Commit 87b08d8

Browse files
committed
fix github release link
1 parent 525316b commit 87b08d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ func main() {
713713

714714
if !pkg.GetenvBool("DEFANG_HIDE_UPDATE") {
715715
if ver, err := GetLatestVersion(ctx); err == nil && semver.Compare(version, ver) < 0 {
716-
cli.Warn(" ! A newer version of the CLI is available at https://github.com/defang-io/defang/releases")
716+
cli.Warn(" ! A newer version of the CLI is available at https://github.com/defang-io/defang/releases/latest")
717717
}
718718
}
719719
}

0 commit comments

Comments
 (0)