Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
update config path
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed Nov 18, 2023
1 parent 6ab6ed3 commit 8ec3b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/LaravelHoneybadgerDeployCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function handle(): int
}

Http::get('https://api.honeybadger.io/v1/deploys', [
'api_key' => config('honeybadger-deploy.api_key'),
'api_key' => config('honeybadger.api_key'),
'deploy' => [
'environment' => $this->option('environment'),
'local_username' => $this->option('local_user'),
Expand Down

0 comments on commit 8ec3b19

Please sign in to comment.