Skip to content

Commit

Permalink
Fix typo (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 12, 2022
1 parent 9ea319d commit a408873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-docker
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if [[ $RUNNING_ALREADY = true ]]; then

if [[ $RUNNING_PORT -ne $PORT ]]; then
echo "Container '${CONTAINER_NAME}' is already running, but on the wrong port!"
echo "Conainer is using port ${RUNNING_PORT} and the specified port is ${PORT}."
echo "Container is using port ${RUNNING_PORT} and the specified port is ${PORT}."
exit 1
else
echo "Container '${CONTAINER_NAME}' is already running."
Expand Down

0 comments on commit a408873

Please sign in to comment.