We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4942335 commit 38bb5f5Copy full SHA for 38bb5f5
scripts/coder-dev.sh
@@ -5,7 +5,7 @@
5
set -euo pipefail
6
7
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
8
-# shellcheck disable=SC1091
+# shellcheck disable=SC1091,SC1090
9
source "${SCRIPT_DIR}/lib.sh"
10
PROJECT_ROOT=$(cd "$SCRIPT_DIR" && git rev-parse --show-toplevel)
11
scripts/develop.sh
CODER_DEV_BIN="${PROJECT_ROOT}/.coderv2/coder"
0 commit comments