Skip to content

Commit b231d82

Browse files
committed
updates & fixes
1 parent 0bbb4a3 commit b231d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/chrome-system-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ ${COMPATIBLE} == "INCOMPATIBLE" ]; then
1717
printf "${GREEN}Starting system Chromedriver (${SYSTEMCHROMEDRIVER}).\n"
1818
source start-chromedriver
1919
else
20-
printf "${GREEN}Starting compatible Chromedriver (${SYSTEMCHROMEDRIVER}).\n"
20+
printf "${GREEN}Starting compatible (project) Chromedriver (${SYSTEMCHROMEDRIVER}).\n"
2121
$(pwd)/vendor/laravel/dusk/bin/chromedriver-linux --port=9515
2222
fi
2323
printf "${NC}"

0 commit comments

Comments
 (0)