Skip to content

Commit d43f7bc

Browse files
chrisrngamiller-gh
authored andcommitted
fix: Typo in scripts (script -> scripts directory).
1 parent 0e93dfb commit d43f7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checkout-opticss-and-link.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ if [[ -z "$OPTICSS_DIR" ]];
55
then
66
OPTICSS_DIR=build/opticss
77
fi
8-
./script/checkout-opticss.sh $OPTICSS_DIR
8+
./scripts/checkout-opticss.sh $OPTICSS_DIR
99
./scripts/link-to-opticss.js $OPTICSS_DIR

0 commit comments

Comments
 (0)