From b1b40869124886cc4db116c180d76df24bb045c1 Mon Sep 17 00:00:00 2001 From: randomuser Date: Tue, 11 May 2021 20:54:47 -0500 Subject: [PATCH] fix yt --- scripts/yt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/yt b/scripts/yt index 3be6e6f..111af45 100755 --- a/scripts/yt +++ b/scripts/yt @@ -27,7 +27,7 @@ cache () { } err () { printf "err: %s\n" ${1} - [ -z "${2}" ] && 2=1 + [ -z "${2}" ] && exit 1 exit ${2} } sync () {