From cd1c8f4719c251c5dfcba7e1d81c6cef5d9bfa18 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:41:39 -0400 Subject: [PATCH] fix(fetch-sources.sh): stupid oren typo --- misc/scripts/fetch-sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/fetch-sources.sh b/misc/scripts/fetch-sources.sh index 7f3ecafe3..5d4ae8e55 100755 --- a/misc/scripts/fetch-sources.sh +++ b/misc/scripts/fetch-sources.sh @@ -685,7 +685,7 @@ function check_builddepends() { fancy_message sub $"%b [installed]" "${CYAN}${just_build[0]}${NC} ${GREEN}✓${NC}" fi else - echo "${realbuild}" >> "${PACDIR}-unsatisifed-${type}-${pacname}" + echo "${realbuild}" >> "${PACDIR}-unsatisfied-${type}-${pacname}" fancy_message sub $"%b [required]" "${CYAN}${realbuild}${NC} ${RED}✗${NC}" fi }