From bc8a7c04cc983aa72d238e629c8cb71613662286 Mon Sep 17 00:00:00 2001 From: mollusk Date: Thu, 19 Jul 2018 15:34:55 -0700 Subject: [PATCH] fix typo --- tux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tux.sh b/tux.sh index b045181..be93081 100755 --- a/tux.sh +++ b/tux.sh @@ -102,7 +102,7 @@ fi checkArg(){ if [ -z "${1}" ];then - echo -e "\n${YELLOW}You need to supply and argument!${NC}\n" + echo -e "\n${YELLOW}You need to supply at least 1 argument!${NC}\n" exit 1; fi }