From 2d40ec3a03f4684f6fabba7dee2981c992a13785 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 1 Apr 2024 15:19:49 -0400 Subject: Rename .bash files to .sh I was already using .sh to refer to shell scripts. When I added .bash, I didn't realize that the linter was set to act on .sh files and not .bash files, so all of these bash scripts escaped the linter. This commit renames them to .sh, removes the .bash extension support from Biz.Namespace, and fixes all the reported shellcheck errors. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 4193e77..14c8c1e 100644 --- a/.envrc +++ b/.envrc @@ -41,4 +41,4 @@ # load local settings . ./.envrc.local ## - tips.bash + tips.sh -- cgit v1.2.3