Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Apr 28, 2021
1 parent d7c647a commit 8439884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function handle()

continue;
}
$filename = str_replace('_', '-', $locale);
$filename = str_replace('_', '-', $filename);
$file = $sourcePath.'/'.trim($filename);
$jsonFile = $sourceJsonPath.'/'.trim($filename).'.json';

Expand Down

0 comments on commit 8439884

Please sign in to comment.