Skip to content

Commit 5bac489

Browse files
committed
Fix: shellcheck
1 parent 638f5ba commit 5bac489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apidocgen/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# from the coderd API.
55

66
set -euo pipefail
7-
# shellcheck source=../scripts/lib.sh
7+
# shellcheck source=scripts/lib.sh
88
source "$(dirname "${BASH_SOURCE[0]}")/../lib.sh"
99

1010
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")

0 commit comments

Comments
 (0)