You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/cloudflared/updater/update.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import (
19
19
20
20
const (
21
21
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/"
23
23
noUpdateOnWindowsMessage="cloudflared will not automatically update on Windows systems."
24
24
noUpdateManagedPackageMessage="cloudflared will not automatically update if installed by a package manager."
0 commit comments