@@ -48,7 +48,7 @@ |
||
48 | 48 | ); |
49 | 49 | } |
50 | 50 | $this->projectDir = $projectDir; |
51 | - \putenv('ASSETS_PROJECT_DIRECTORY='.$this->projectDir); |
|
51 | + \putenv('ASSETS_PROJECT_DIRECTORY=' . $this->projectDir); |
|
52 | 52 | |
53 | 53 | $this->compileDir = $this->setCompileDir($compileDir); |
54 | 54 | $this->logger = new NullLogger(); |