You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/24 11:47:00 UTC

[cordova-mobile-spec] 03/09: fix coho clone URL

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-improve_script
in repository https://gitbox.apache.org/repos/asf/cordova-mobile-spec.git

commit a88b9a4653d7edeeb7ea98d0acdd0c552ab78145
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Nov 24 00:48:13 2018 +0100

    fix coho clone URL
---
 createmobilespec/createmobilespec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index 88f9f7b..1e09041 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -319,7 +319,7 @@ if (argv.variable) {
 // Print relevant information
 if (!fs.existsSync(path.join("cordova-coho", "coho"))) {
     console.log("You need to clone cordova-coho:");
-    console.log("  git clone https://git-wip-us.apache.org/repos/asf/cordova-coho.git"); // TODO
+    console.log("  git clone https://github.com/apache/cordova-coho.git");
     process.exit(3);
 }
 if (argv.global) {


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