oopsie
This commit is contained in:
parent
5691c2b46c
commit
5a43aea13b
1 changed files with 128 additions and 128 deletions
|
@ -47,7 +47,7 @@ func DownloadPackageFromAppIndex(appIndexPath string, packageName string, releas
|
|||
}
|
||||
if !needsUpdate {
|
||||
UpdateProgress(0, "Already up-to-date, skipping download.")
|
||||
return nil // Skip download
|
||||
return fmt.Errorf("Already up-to-date")
|
||||
}
|
||||
|
||||
// Download the package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue