Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Patching Burgomaster
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 27, 2015
1 parent 70a8b79 commit 4f2cd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Burgomaster.php
Expand Up @@ -43,8 +43,8 @@ public function __construct($stageDir, $projectRoot = null)
}

$this->debug("Creating staging directory: $this->stageDir");

if (!mkdir($this->stageDir)) {
if (!mkdir($this->stageDir, 0777, true)) {
throw new \RuntimeException("Could not create {$this->stageDir}");
}

Expand Down

0 comments on commit 4f2cd87

Please sign in to comment.