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

Commit 3801c0c

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_bin/_npm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ missing_arg()
2121

2222
npm()
2323
{
24-
/bin/bash ${DIR}/misc/_health_check --container_name ${APACHE_CONTAINER_NAME};
24+
/bin/bash ${DIR}/utils/_health_check --container_name ${APACHE_CONTAINER_NAME};
2525

2626
if [ $? -eq 1 ]; then
27-
/bin/bash ${DIR}/utils/_whalesay --say "Apache container (${APACHE_CONTAINER_NAME}) is not running.";
27+
/bin/bash ${DIR}/misc/_whalesay --say "Apache container (${APACHE_CONTAINER_NAME}) is not running.";
2828
exit 1;
2929
fi;
3030

_bin/_shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ missing_arg()
2121

2222
shell()
2323
{
24-
/bin/bash ${DIR}/utls/_health_check --container_name ${CONTAINER_NAME};
24+
/bin/bash ${DIR}/utils/_health_check --container_name ${CONTAINER_NAME};
2525

2626
if [ $? -eq 1 ]; then
2727
/bin/bash ${DIR}/misc/_whalesay --say "${SERVICE_NAME} container (${CONTAINER_NAME}) is not running.";

0 commit comments

Comments
 (0)