From 1758482308091b6e782fbfdb46ace68537bc63ca Mon Sep 17 00:00:00 2001 From: MarvinJWendt Date: Sun, 30 May 2021 04:17:27 +0200 Subject: [PATCH] refactor: remove update check from setup --- pcli.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pcli.go b/pcli.go index 5606fa6..f0b0313 100644 --- a/pcli.go +++ b/pcli.go @@ -35,7 +35,6 @@ func Setup() { rootCmd.SetVersionTemplate(VersionTemplate()) rootCmd.SetOut(PcliOut()) rootCmd.SetErr(Err()) - CheckForUpdates() } // CheckForUpdates checks if a new version of your application is pushed, and notifies the user, if EnableUpdateChecking is true.