Skip to content

Commit

Permalink
fix: set for persist
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 24, 2022
1 parent c7f07ad commit b459e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Plugin/CapacitorUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ extension CustomError: LocalizedError {
return true
}
if (bundleExists(id: id)) {
self.setCurrentBundle(bundle: id)
self.setCurrentBundle(bundle: self.getBundleDirectory(id: id))
self.setBundleStatus(id: id, status: BundleStatus.PENDING)
sendStats(action: "set", versionName: newBundle.getVersionName())
return true
Expand Down

0 comments on commit b459e19

Please sign in to comment.