Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit cb04cb8

Browse files
committed
Minor logging change
1 parent 5211db8 commit cb04cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/entry.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export DOSEL_VERSION=$(cat VERSION)
6565

6666
echo "-- INFO: Chrome..... Version: ${CHROME_VESION}"
6767
echo "-- INFO: Firefox.... Version: ${FIREFOX_VERSION}"
68-
echo "-- INFO: Selenium... Version: ${USE_SELENIUM}"
69-
echo "-- INFO: Dosel...... Version: ${DOSEL_VERSION}"
68+
echo "-- INFO: Using Selenium.....: ${USE_SELENIUM}"
69+
echo "-- INFO: Docker Img. Version: ${DOSEL_VERSION}"
7070

7171
# export PATH="${PATH}:${BIN_UTILS}"
7272
export SUPERVISOR_PIDFILE="${RUN_DIR}/supervisord.pid"

0 commit comments

Comments
 (0)