From b1597318239ce99d34c0753fbc219b52b6cda664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 15:16:08 -0700 Subject: [PATCH] test another arg --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index abdac53..5519761 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,6 @@ set -eu -echo "hello $2" +echo "hello $1" bash <(curl -s https://codecov.io/bash) \ No newline at end of file