We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6afe48 commit 58ee77aCopy full SHA for 58ee77a
updater/updater_darwin.go
@@ -59,7 +59,7 @@ func checkForUpdates(currentVersion string, updateURL string, cmdName string) (s
59
if currentAppPath.Ext() != ".app" {
60
return "", fmt.Errorf("could not find app root in %s", executablePath)
61
}
62
- oldAppPath := currentAppPath.Parent().Join("ArdiunoCreateAgent.old.app")
+ oldAppPath := currentAppPath.Parent().Join("ArduinoCreateAgent.old.app")
63
if oldAppPath.Exist() {
64
return "", fmt.Errorf("temp app already exists: %s, cannot update", oldAppPath)
65
0 commit comments