Skip to content

Commit 26e6782

Browse files
committed
updates & fixes
1 parent 16abf77 commit 26e6782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/dusk-versions-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
print $yellow."You can use both Chromedriver shipped with Laravel (".$laravel_chromedriver.") or system Chromeriver (".$system_chromedriver.")".PHP_EOL;
2727
print $yellow."Your project Chromedriver will be automatically started in this case.".PHP_EOL;
2828
print $yellow."If you want to explicitly run system Chromedriver please add the following command to your .gitlab-yml:".PHP_EOL;
29-
print $yellow."- start-chromedriver".PHP_EOL;
29+
print $yellow."- start-system-chromedriver".PHP_EOL;
3030

3131
} else {
3232
print $red."Chromedriver shipped with your Laravel installation is NOT compatible with current system chrome version!".PHP_EOL;

0 commit comments

Comments
 (0)