Skip to content

Commit

Permalink
Bug in dumping new languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpolthof committed Jun 12, 2015
1 parent 5f9e9f9 commit f833abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function write($dump)
foreach($groups as $group => $content) {
$path = $lang_path."/{$locale}";
if(!\File::exists($path)) {
\File::makeDirectory($lang_path, 0755, true);
\File::makeDirectory($path, 0755, true);
}

$file = $path."/{$group}.php";
Expand Down

0 comments on commit f833abf

Please sign in to comment.