Skip to content

Commit

Permalink
Fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
nordri committed Jan 10, 2019
1 parent 5c39deb commit b2fbc68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/elastest-torm/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cp /usr/share/zoneinfo/$HOST_TIMEZONE /etc/localtime
echo $HOST_TIMEZONE > /etc/timezone

while ! nc -z edm-mysql 3306 ; do
echo "MySQL server in not ready in address 'mysql' and port 3306"
echo "MySQL server is not ready in address 'mysql' and port 3306"
sleep 2
done

Expand Down
2 changes: 1 addition & 1 deletion scripts/db/generate-liquibase-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ then
mySqlHost=$(containerIp "aux-lb-db")
#Wait for DB is ready
while ! nc -z $mySqlHost 3306 ; do
echo "MySQL server in not ready in address 'mysql' and port 3306"
echo "MySQL server is not ready in address 'mysql' and port 3306"
sleep 2
done
elif [[ $2 = 'win' ]];
Expand Down

0 comments on commit b2fbc68

Please sign in to comment.