Skip to content

Commit fb6b327

Browse files
committed
github_provider: Fix loading sub-templates
1 parent 343fabb commit fb6b327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/github_provider.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ class GitHubTemplateProvider extends BaseTemplateProvider {
196196
.then(tmpldata => Template[useMst ? 'loadMst' : 'loadYaml'](tmpldata, {
197197
schemaProvider,
198198
dataProvider,
199-
templateProvider: this
199+
templateProvider: this,
200+
rootDir: tmplDir
200201
}));
201202
});
202203
}

0 commit comments

Comments
 (0)