Skip to content

Commit 38bb5f5

Browse files
committed
more shellcheck
1 parent 4942335 commit 38bb5f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/coder-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -euo pipefail
66

77
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
8-
# shellcheck disable=SC1091
8+
# shellcheck disable=SC1091,SC1090
99
source "${SCRIPT_DIR}/lib.sh"
1010
PROJECT_ROOT=$(cd "$SCRIPT_DIR" && git rev-parse --show-toplevel)
1111

scripts/develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -euo pipefail
66

77
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
8-
# shellcheck disable=SC1091
8+
# shellcheck disable=SC1091,SC1090
99
source "${SCRIPT_DIR}/lib.sh"
1010
PROJECT_ROOT=$(cd "$SCRIPT_DIR" && git rev-parse --show-toplevel)
1111
CODER_DEV_BIN="${PROJECT_ROOT}/.coderv2/coder"

0 commit comments

Comments
 (0)