From 494cdce01e78351f64aacfd5c520b4d73c24e66c Mon Sep 17 00:00:00 2001 From: Huan LI Date: Tue, 9 May 2017 17:29:59 +0800 Subject: [PATCH] fix(name): rename wechaty to chatie --- bin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index b73079d6..64ac5002 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -161,7 +161,7 @@ function wechaty::runBot() { } function wechaty::io-client() { - figlet " Wechaty.io " + figlet " Chatie.io " figlet " Authing By:" echo echo "WECHATY_TOKEN=$WECHATY_TOKEN " -- GitLab