Skip to content

Commit 7f497f9

Browse files
committed
Fix the creation of serverless.yml to the correct directory
1 parent 7caf9ec commit 7f497f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BrefServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function boot(Dispatcher $dispatcher, LogManager $logManager, FailedJobPr
6565

6666
if ($this->app->runningInConsole()) {
6767
$this->publishes([
68-
__DIR__ . '/../stubs/serverless.yml' => config_path('serverless.yml'),
68+
__DIR__ . '/../stubs/serverless.yml' => base_path('serverless.yml'),
6969
], 'serverless-config');
7070

7171
$this->publishes([

0 commit comments

Comments
 (0)