Skip to content

Commit

Permalink
Fix the command name "set-baseline".
Browse files Browse the repository at this point in the history
  • Loading branch information
ygerasimov committed Aug 10, 2023
1 parent 48f34b7 commit 8a3f50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ScreenshotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function createScreenshotBaseline($projectId, $environment, array $option
/**
* Sets a new baseline from a screenshot ID.
*
* @command screenshot:create-baseline
* @command screenshot:set-baseline
*
* @param int $projectId ID of the project
* @param int $screenshotId The screenshot ID to be the baseline.
Expand Down

0 comments on commit 8a3f50d

Please sign in to comment.