diff --git a/src/cmd/update.go b/src/cmd/update.go index 537070a33c..c704cde943 100644 --- a/src/cmd/update.go +++ b/src/cmd/update.go @@ -7,7 +7,6 @@ import ( "os/exec" "path/filepath" "runtime" - "strings" backupstatus "github.com/spicetify/spicetify-cli/src/status/backup" "github.com/spicetify/spicetify-cli/src/utils" @@ -112,7 +111,6 @@ func Update(currentVersion string) bool { if !backStat.IsOutdated() { cmd = append(cmd[:1], append([]string{"restore"}, cmd[1:]...)...) } - utils.PrintInfo(`Please run "` + strings.Join(cmd, " ") + `" to receive new features and bug fixes`) return true }