You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2016/01/12 02:46:18 UTC

cordova-medic git commit: Made medic run on device by default.

Repository: cordova-medic
Updated Branches:
  refs/heads/master 09fa69981 -> 0958662e3


Made medic run on device by default.


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

Branch: refs/heads/master
Commit: 0958662e38c42063405deb0a80c4b36a40d86b53
Parents: 09fa699
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Jan 11 17:46:08 2016 -0800
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Jan 11 17:46:08 2016 -0800

----------------------------------------------------------------------
 medic/medic-run.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/0958662e/medic/medic-run.js
----------------------------------------------------------------------
diff --git a/medic/medic-run.js b/medic/medic-run.js
index 1feefd7..4a33068 100644
--- a/medic/medic-run.js
+++ b/medic/medic-run.js
@@ -348,7 +348,7 @@ function main() {
 
         // compose commands
         var buildCommand = cli + " build " + platform + " -- " + platformArgs;
-        var runCommand   = cli + " run " + platform + " -- " + platformArgs;
+        var runCommand   = cli + " run --device " + platform + " -- " + platformArgs;
 
         // build the code
         // NOTE:


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