You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/08/16 17:50:50 UTC

cordova-coho git commit: CB-13183 - updated log text

Repository: cordova-coho
Updated Branches:
  refs/heads/master cdec4018b -> 6acf45724


CB-13183 - updated log text


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/6acf4572
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/6acf4572
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/6acf4572

Branch: refs/heads/master
Commit: 6acf45724616bce476894e93d36c971b1f08f506
Parents: cdec401
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Wed Aug 16 10:50:44 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Wed Aug 16 10:50:44 2017 -0700

----------------------------------------------------------------------
 src/create-verify-archive.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/6acf4572/src/create-verify-archive.js
----------------------------------------------------------------------
diff --git a/src/create-verify-archive.js b/src/create-verify-archive.js
index f2d2e7d..0b317f0 100644
--- a/src/create-verify-archive.js
+++ b/src/create-verify-archive.js
@@ -181,7 +181,7 @@ function *verifyArchive(archive) {
     var oldArchiveFileName = archive + '.sha';
     
     if (fs.existsSync(oldArchiveFileName) && !fs.existsSync(archiveFileName)) {
-        print('Old .sha extension found, this might have been generated by an old cordova-coho version.');
+        print('Old .sha extension found, this might have been generated by an old cordova-coho version. Using .sha extension for the check.');
         archiveFileName = oldArchiveFileName;
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org