Skip to content

Commit

Permalink
fix(spicetify): update & upgrade commands (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Nov 9, 2023
1 parent 68fcea9 commit f1d2d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spicetify.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,8 @@ func main() {

cmd = exec.Command(ex, strings.Join(commands[:], " "))
utils.CmdScanner(cmd)

return
}
return
} else {
cmd.CheckUpdate(version)
}
Expand Down

0 comments on commit f1d2d21

Please sign in to comment.