You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/09 01:04:35 UTC

[10/14] git commit: CB-7129 spellcheck

CB-7129 spellcheck


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

Branch: refs/heads/master
Commit: f6cc12510471ec4a96f7baec59c50416c57b6ae7
Parents: 5ce7b16
Author: sgrebnov <v-...@microsoft.com>
Authored: Tue Jul 22 14:49:22 2014 +0400
Committer: sgrebnov <v-...@microsoft.com>
Committed: Fri Aug 8 19:34:00 2014 +0400

----------------------------------------------------------------------
 windows/template/cordova/run.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f6cc1251/windows/template/cordova/run.bat
----------------------------------------------------------------------
diff --git a/windows/template/cordova/run.bat b/windows/template/cordova/run.bat
index 0a0eeed..0d10321 100644
--- a/windows/template/cordova/run.bat
+++ b/windows/template/cordova/run.bat
@@ -20,6 +20,6 @@ IF EXIST %script_path% (
         node %script_path% %*
 ) ELSE (
     ECHO.
-    ECHO ERROR: Could not find 'build' script in 'cordova' folder, aborting...>&2
+    ECHO ERROR: Could not find 'run' script in 'cordova' folder, aborting...>&2
     EXIT /B 1
 )