From 34a90c65047abef67ac6534939c4b38f3b2e2b5f Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Fri, 18 Dec 2020 21:59:20 +0900 Subject: [PATCH] deploy.sh echo <-> cmd consistency. --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index d90e964..f4e9a3c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,5 +35,5 @@ rm data/index.html echo "---> 'cp test_data/index.html data/'" cp test_data/index.html data/ -echo "---> 'python distribusi/test.py -d ./data/'" +echo "---> 'python distribusi/test.py -t -d ./data/'" python distribusi/test.py -t -d ./data/