Nuria has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277334

Change subject: Correcting piwik command on fabfile
......................................................................

Correcting piwik command on fabfile

Bug: T128866
Change-Id: Ie862a4f7430b986f1ce7ac9a797c37afba5f7f4a
---
M fabfile.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/dashiki 
refs/changes/34/277334/1

diff --git a/fabfile.py b/fabfile.py
index d291255..c896cbd 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -100,7 +100,7 @@
     """
     if env.piwikHost and env.piwikId:
         return 'gulp --layout {} --config {} --piwik {},{}'.format(
-            env.layout, env.config, env.piwikHost, env.piwikHost, env.piwikId)
+            env.layout, env.config, env.piwikHost, env.piwikId)
     else:
         return 'gulp --layout {} --config {}'.format(
             env.layout, env.config)

-- 
To view, visit https://gerrit.wikimedia.org/r/277334
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie862a4f7430b986f1ce7ac9a797c37afba5f7f4a
Gerrit-PatchSet: 1
Gerrit-Project: analytics/dashiki
Gerrit-Branch: master
Gerrit-Owner: Nuria <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to