refactor: Move pod templates to pod subfolder.

This commit is contained in:
Ruben Verborgh
2021-01-14 23:53:26 +01:00
committed by Joachim Van Herwegen
parent 4638ba4bce
commit a5413a64d3
8 changed files with 6 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ export class CliRunner {
this.resolveFilePath(params.rootFilePath),
'urn:solid-server:default:variable:sparqlEndpoint': params.sparqlEndpoint,
'urn:solid-server:default:variable:podTemplateFolder':
this.resolveFilePath(params.podTemplateFolder, 'templates'),
this.resolveFilePath(params.podTemplateFolder, 'templates/pod'),
};
}