From 529df42adb2aa1c10d8dfef320ac7e507ce5a1fe Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 29 Jun 2020 09:16:17 -0500 Subject: [PATCH] fixed double pound --- .vscode/testlinter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/testlinter.sh b/.vscode/testlinter.sh index dc45a319..8d778d16 100644 --- a/.vscode/testlinter.sh +++ b/.vscode/testlinter.sh @@ -22,5 +22,5 @@ fi ######################### export RUN_LOCAL=true -# # shellcheck disable=SC1091,SC1090 +# shellcheck disable=SC1091,SC1090 source "$PWD"/lib/linter.sh