Skip to content

Commit

Permalink
Fix config path for vendor:publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adiachenko committed Aug 27, 2019
1 parent f846bab commit b8dae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BowlerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BowlerServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__.'../config/bowler.php' => config_path('bowler.php'),
__DIR__.'/../config/bowler.php' => config_path('bowler.php'),
]);
}

Expand Down

0 comments on commit b8dae09

Please sign in to comment.