From 2cd5df1ab3ffae21f1da2b7cb33979dc38669d27 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 9 Apr 2025 00:30:48 +0530 Subject: [PATCH] feat: updated message --- cli/packages/util/check-for-update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/packages/util/check-for-update.go b/cli/packages/util/check-for-update.go index 31dc409ed..06c161b5d 100644 --- a/cli/packages/util/check-for-update.go +++ b/cli/packages/util/check-for-update.go @@ -60,7 +60,7 @@ func DisplayAptInstallationChangeBanner() { if isApt { yellow := color.New(color.FgYellow).SprintFunc() msg := fmt.Sprintf("%s", - yellow("Update Required: Your current package installation script is outdated and will no longer receive updates.\nPlease update to the new installation script by running. For more information, visit: https://infisical.com/docs/cli/overview#installation debian section\n"), + yellow("Update Required: Your current package installation script is outdated and will no longer receive updates.\nPlease update to the new installation script which can be found here https://infisical.com/docs/cli/overview#installation debian section\n"), ) fmt.Fprintln(os.Stderr, msg)