Skip to content

Commit 8577635

Browse files
authored
attempt fix
1 parent d2a3029 commit 8577635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/ExportPostmanCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ protected function setAuthToken()
451451

452452
protected function setOptions()
453453
{
454-
if ($this->option('continue-on-errors')) {
454+
if ($this->option('continue-on-errors') === true) {
455455
$this->stopOnErrors = false;
456456
}
457457
}

0 commit comments

Comments
 (0)