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 2019/05/07 20:39:57 UTC

[cordova-paramedic] branch master updated: eslint fix

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

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


The following commit(s) were added to refs/heads/master by this push:
     new abfdf65  eslint fix
abfdf65 is described below

commit abfdf6537568ea8856379b097cfd77969285f784
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue May 7 22:39:53 2019 +0200

    eslint fix
---
 lib/ParamedicSauceLabs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ParamedicSauceLabs.js b/lib/ParamedicSauceLabs.js
index d0fb381..2cf679e 100644
--- a/lib/ParamedicSauceLabs.js
+++ b/lib/ParamedicSauceLabs.js
@@ -565,7 +565,7 @@ class ParamedicSauceLabs {
 
     getCommandForBuilding () {
         let cmd = this.config.getCli() + ' build ' + this.platformId + utilities.PARAMEDIC_COMMON_CLI_ARGS;
-        if(this.config.getArgs()){
+        if (this.config.getArgs()) {
             cmd += ' ' + this.config.getArgs();
         }
         return cmd;


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