From 65777940183764899121ff9842368d0ec4279637 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 22 Jul 2024 12:09:10 +0200 Subject: [PATCH] shell check --- spcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd.sh b/spcd.sh index 647bd0e..d1973ed 100644 --- a/spcd.sh +++ b/spcd.sh @@ -653,7 +653,7 @@ spcd_install_packages() { "${SPCD_OS_ARCH}" | "${SPCD_OS_FEDORA}") spcd_install_package "ruff" ;; *) ;; esac - # shellcheck + # shell check spcd_step "Install ShellCheck" case "${SPCD_PM}" in "${SPCD_PM_DNF}") spcd_install_package "ShellCheck" ;;