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

Commit 3f29e9d

Browse files
authored
Update CodePush.js
1 parent 47bd919 commit 3f29e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function checkForUpdate(deploymentKey = null) {
7575
localPackage && (update.packageHash === localPackage.packageHash) ||
7676
(!localPackage || localPackage._isDebugOnly) && config.packageHash === update.packageHash) {
7777
if (update && update.updateAppVersion) {
78-
log("An update is available but it is targeting a newer binary version than you are currently running.");
78+
log("An update is available but it is not targeting the binary version of your app.");
7979
}
8080

8181
return null;

0 commit comments

Comments
 (0)