From c19d3a94142527e8ed22d48f4f1ee7a00e493a72 Mon Sep 17 00:00:00 2001 From: Astound Date: Thu, 1 Aug 2024 10:49:34 +0800 Subject: Add workflow and fix issues --- hyperterm/tools/virtualenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperterm/tools/virtualenv.sh') diff --git a/hyperterm/tools/virtualenv.sh b/hyperterm/tools/virtualenv.sh index c0bb5db..17fd119 100644 --- a/hyperterm/tools/virtualenv.sh +++ b/hyperterm/tools/virtualenv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 # Python virtualenv function activate() { source "$1/bin/activate" -- cgit v1.2.3