Fix review suggestions

This commit is contained in:
Tom Quist
2019-06-17 00:01:33 +02:00
parent 25260963c7
commit c8aef74a93
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class GenerateCommand: Command {
// load project spec
do {
project = try specLoader.loadProject(path: projectSpecPath)
project = try specLoader.loadProject(path: projectSpecPath, variables: ProcessInfo.processInfo.environment)
info("Loaded project:\n \(project.debugDescription.replacingOccurrences(of: "\n", with: "\n "))")
} catch {
throw GenerationError.projectSpecParsingError(error)