Skip to content

Commit

Permalink
Fix minor grammar mistake in cmd.go
Browse files Browse the repository at this point in the history
Changed the PrintWarning for the update function from "Run "spicetify update" or using package manager to update spicetify" to "Run "spicetify update" or use a package manager to update spicetify"
  • Loading branch information
duckysilicon committed Jun 18, 2024
1 parent bfa331c commit 86d4460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,6 @@ func CheckUpdate(version string) {
utils.PrintInfo("Spicetify up-to-date")
} else {
utils.PrintWarning("New version available: v" + latestTag + " (currently on: v" + version + ")")
utils.PrintWarning(`Run "spicetify update" or using package manager to update spicetify`)
utils.PrintWarning(`Run "spicetify update" or use a package manager to update spicetify`)
}
}

0 comments on commit 86d4460

Please sign in to comment.