Skip to content

Commit

Permalink
fix: 디렉터리명 오류 수정
Browse files Browse the repository at this point in the history
대/소문자 오류 수정
  • Loading branch information
inium committed Aug 31, 2022
1 parent dc4f0fb commit 75c7dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/LaraboardPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function publish(): void

// migrations
$this->publishItem(
__DIR__ . "/../Laraboard/database/migrations/Laraboard",
__DIR__ . "/../Laraboard/database/migrations/laraboard",
database_path("migrations/laraboard")
);

Expand Down

0 comments on commit 75c7dba

Please sign in to comment.