From cc09b607330385d6d81b9c47cf64a2442432e93f Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 20 Feb 2024 16:35:15 +0100 Subject: refactor(treewide): Add a `.sh` extension to shell scripts --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 6f8a65c1..ab38ea56 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/sh # shellcheck disable=SC2086 -./hm/soispha/conf/firefox/scripts/update_extensions +./hm/soispha/conf/firefox/scripts/update_extensions.sh -./sys/nixpkgs/pkgs/update_pkgs "$@" +./sys/nixpkgs/pkgs/update_pkgs.sh "$@" -- cgit 1.4.1