From ea4a283ec6afa90af58b488c7fb12e3f56b6f02d Mon Sep 17 00:00:00 2001 From: Nico Rey Date: Sat, 22 Aug 2020 23:17:19 -0300 Subject: [PATCH] typo --- test_reception.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reception.sh b/test_reception.sh index f20e8da..717eff2 100755 --- a/test_reception.sh +++ b/test_reception.sh @@ -7,7 +7,7 @@ fi command_exists() { if ! command -v "$1" &> /dev/null; then - log "Required command not found: $1" "ERROR" + echo "Required command not found: $1" "ERROR" exit 1 fi }