Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit c25a9b5

Browse files
author
Julien Neuhart
committed
refactoring scripts: typo
1 parent ee6d057 commit c25a9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_bin/_reverse_proxy_up

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ up()
1515
if docker-compose -p ${REVERSE_PROXY_NAME} -f docker-compose-reverse-proxy.yml up -d; then
1616
/bin/bash ${DIR}/misc/_whalesay --say "Reverse proxy container (${REVERSE_PROXY_CONTAINER_NAME}) is running!";
1717
else
18-
/bin/bash ${DIR}/misc/_whalesay --say "Failed to run the reverse proxy container (${REVERSE_PROXY_CONTAINER_NAME})";
18+
/bin/bash ${DIR}/misc/_whalesay --say "Failed to run the reverse proxy container (${REVERSE_PROXY_CONTAINER_NAME}).";
1919
exit 1;
2020
fi;
2121
else

0 commit comments

Comments
 (0)