@@ -53,8 +53,8 @@ |
||
53 | 53 | $this->name = substr($this->name, 0, $extPos); |
54 | 54 | } |
55 | 55 | // path |
56 | - $fileRelativePath = $this->getBuilder($output)->getConfig()->get('content.dir') . '/' . $this->name . '.md'; |
|
57 | - $filePath = $this->getPath() . '/' . $fileRelativePath; |
|
56 | + $fileRelativePath = $this->getBuilder($output)->getConfig()->get('content.dir').'/'.$this->name.'.md'; |
|
57 | + $filePath = $this->getPath().'/'.$fileRelativePath; |
|
58 | 58 | |
59 | 59 | // file already exists? |
60 | 60 | if ($this->fs->exists($filePath) && !$this->force) { |