Skip to content

Commit

Permalink
Merge pull request #24 from apple-x-co/tls
Browse files Browse the repository at this point in the history
Add TLS verify ignore option
  • Loading branch information
apple-x-co authored Mar 24, 2023
2 parents af8be4e + 15834fa commit 3b847a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function run()
}

if ($this->options->hasNotifyTest()) {
$command = new SlackNotificationTestCommand($this->options, $http);
$command = new SlackNotificationTestCommand($this->options, $output, $http);
}

if ($command === null) {
Expand Down

0 comments on commit 3b847a9

Please sign in to comment.