aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/tools
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-08-01 10:49:34 +0800
committerAstound <kirito@disroot.org>2024-08-01 10:49:34 +0800
commitc19d3a94142527e8ed22d48f4f1ee7a00e493a72 (patch)
treedde0b872ed5ba73df59e0cb7bcfe0b2dacd53cda /hyperterm/tools
parent0dda73f9f9c7f35a4d3209958bc15cd32ca073b8 (diff)
downloadhyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.lz
hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.xz
hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.zip
Add workflow and fix issues
Diffstat (limited to 'hyperterm/tools')
-rw-r--r--hyperterm/tools/virtualenv.sh2
1 files changed, 1 insertions, 1 deletions
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"