jenkins-bot has submitted this change and it was merged.

Change subject: Fix path reference to YAML file
......................................................................


Fix path reference to YAML file

Change-Id: I54fdadba8884327cde648e38c1c324f53ed32047
---
M puppet/extra/puppet-classifier
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/puppet/extra/puppet-classifier b/puppet/extra/puppet-classifier
index 7728929..953a66c 100755
--- a/puppet/extra/puppet-classifier
+++ b/puppet/extra/puppet-classifier
@@ -17,7 +17,7 @@
 empty = dict(classes=[])
 
 try:
-    with io.open('../../Roles.yaml', encoding='utf-8') as f:
+    with io.open('/vagrant/Roles.yaml', encoding='utf-8') as f:
         manifest = yaml.load(f)
     if not isinstance(manifest, dict):
         raise ValueError('Manifest document must be a mapping.')

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I54fdadba8884327cde648e38c1c324f53ed32047
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to