Skip to content

Commit

Permalink
Merge pull request #6 from inium/develop
Browse files Browse the repository at this point in the history
fix: 디렉터리명 오류 수정
  • Loading branch information
inium authored Aug 31, 2022
2 parents 1f7828a + 75c7dba commit f7a0e3c
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 f7a0e3c

Please sign in to comment.