Skip to content

Commit

Permalink
chore(cmd/update): remove redundant info message
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Nov 16, 2023
1 parent 110b970 commit 7b8192d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 7b8192d

Please sign in to comment.