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

Commit c254603

Browse files
committed
Fixing check-in error
1 parent e4dc02f commit c254603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CodePush.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ @implementation CodePush {
2727

2828
+ (NSURL *)bundleURL
2929
{
30-
return [self bundleURLForResourceName:@"main"];
30+
return [self bundleURLForResource:@"main"];
3131
}
3232

3333
+ (NSURL *)bundleURLForResource:(NSString *)resourceName
3434
{
35-
return [self bundleURLForResourceName:resourceName
36-
withExtension:@"jsbundle"];
35+
return [self bundleURLForResource:resourceName
36+
withExtension:@"jsbundle"];
3737
}
3838

3939
+ (NSURL *)bundleURLForResource:(NSString *)resourceName
@@ -362,4 +362,4 @@ - (void)startRollbackTimer:(int)rollbackTimeout
362362
usingTestFolder = shouldUseTestFolder;
363363
}
364364

365-
@end
365+
@end

0 commit comments

Comments
 (0)