We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed0ed6 commit 5b2e4e0Copy full SHA for 5b2e4e0
1 file changed
cmd/upgrade.go
@@ -78,7 +78,7 @@ var upgradeCmd = &cobra.Command{
78
cmdToRun = "brew update && brew upgrade canvas-sync"
79
command = exec.Command("sh", "-c", cmdToRun)
80
} else if IsUnderScoop() {
81
- cmdToRun = "scoop update; scoop update canvas-sync"
+ cmdToRun = "scoop update && scoop update canvas-sync"
82
command = exec.Command("cmd", "/C", cmdToRun)
83
} else {
84
pterm.Error.Printfln("Only installs via brew/scoop can be upgraded via 'canvas-sync upgrade' :(")
0 commit comments