Skip to content

Commit 58ee77a

Browse files
committed
fix typo
1 parent d6afe48 commit 58ee77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: updater/updater_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func checkForUpdates(currentVersion string, updateURL string, cmdName string) (s
5959
if currentAppPath.Ext() != ".app" {
6060
return "", fmt.Errorf("could not find app root in %s", executablePath)
6161
}
62-
oldAppPath := currentAppPath.Parent().Join("ArdiunoCreateAgent.old.app")
62+
oldAppPath := currentAppPath.Parent().Join("ArduinoCreateAgent.old.app")
6363
if oldAppPath.Exist() {
6464
return "", fmt.Errorf("temp app already exists: %s, cannot update", oldAppPath)
6565
}

0 commit comments

Comments
 (0)