From 8a3f50d88e121c0af4d39ef1e7018815bcf8bbd9 Mon Sep 17 00:00:00 2001 From: Yuriy Gerasymov Date: Thu, 10 Aug 2023 06:39:08 -0700 Subject: [PATCH] Fix the command name "set-baseline". --- src/Commands/ScreenshotCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ScreenshotCommand.php b/src/Commands/ScreenshotCommand.php index 961072e..c50c128 100644 --- a/src/Commands/ScreenshotCommand.php +++ b/src/Commands/ScreenshotCommand.php @@ -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.