diff --git a/CodePush.m b/CodePush.m index 4bd2156..4b6be1d 100644 --- a/CodePush.m +++ b/CodePush.m @@ -69,8 +69,8 @@ NSString * const UpdateBundleFileName = @"app.jsbundle"; if (pendingUpdate) { NSError *error; - NSString * pendingHash = pendingUpdate[@"hash"]; - NSString * currentHash = [CodePushPackage getCurrentPackageHash:&error]; + NSString *pendingHash = pendingUpdate[@"hash"]; + NSString *currentHash = [CodePushPackage getCurrentPackageHash:&error]; // If the current hash is equivalent to the pending hash, then the app // restart "picked up" the new update, but we need to kick off the