Skip to content

Commit 8a1ba1f

Browse files
committed
TUN-5824: Update updater no-update-in-shell link
1 parent b6d7076 commit 8a1ba1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cloudflared/updater/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
const (
2121
DefaultCheckUpdateFreq = time.Hour * 24
22-
noUpdateInShellMessage = "cloudflared will not automatically update when run from the shell. To enable auto-updates, run cloudflared as a service: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/run-as-service"
22+
noUpdateInShellMessage = "cloudflared will not automatically update when run from the shell. To enable auto-updates, run cloudflared as a service: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/as-a-service/"
2323
noUpdateOnWindowsMessage = "cloudflared will not automatically update on Windows systems."
2424
noUpdateManagedPackageMessage = "cloudflared will not automatically update if installed by a package manager."
2525
isManagedInstallFile = ".installedFromPackageManager"

0 commit comments

Comments
 (0)