Skip to content

Commit

Permalink
refactor: remove update check from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed May 30, 2021
1 parent dc77446 commit 1758482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1758482

Please sign in to comment.