We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd0589 commit 4da1910Copy full SHA for 4da1910
src/cmd/apply.go
@@ -202,7 +202,7 @@ func CheckStates() {
202
utils.PrintWarning("Spotify version and backup version are mismatched.")
203
204
if spotStat.IsMixed() {
205
- utils.PrintInfo(`Spotify client possibly just had an new update.`)
+ utils.PrintInfo(`Spotify client possibly just had a new update.`)
206
utils.PrintInfo(`Please run "spicetify backup apply".`)
207
} else if spotStat.IsStock() {
208
utils.PrintInfo(`Spotify client is in stock state.`)
0 commit comments