Skip to content

Commit

Permalink
Fix typo preventing file write.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boco committed Mar 25, 2015
1 parent abd3c37 commit f134208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extensions/IntegrationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ protected function logLatestContent()

if (! is_dir($outputDir)) {
mkdir($outputDir, 0777, true);

file_put_contents("{$outputDir}/output.txt", $this->content());
}

file_put_contents("{$outputDir}/output.txt", $this->content());
}

/**
Expand Down

0 comments on commit f134208

Please sign in to comment.