Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b4ce58e

Browse files
committed
download-progress
1 parent e79b911 commit b4ce58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePushPackage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ + (void)downloadPackage:(NSDictionary *)updatePackage
153153
doneCallback:(void (^)())doneCallback
154154
failCallback:(void (^)(NSError *err))failCallback
155155
{
156-
NSString *packageFolderPath = [CodePushPackage getPackageFolderPath:updatePackage[@"packageHash"]];
156+
NSString *packageFolderPath = [self getPackageFolderPath:updatePackage[@"packageHash"]];
157157

158158
NSError *error;
159159
if (![[NSFileManager defaultManager] fileExistsAtPath:packageFolderPath]) {

0 commit comments

Comments
 (0)