Skip to content

Commit

Permalink
Scripts: Fix typo in EXCALIDRAW_TAG default assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Aug 16, 2024
1 parent 0d36c7d commit 251f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-excalidraw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IDEAL_NODE_VERSION="v20.12.1"
WANTED_NODE_VERSION=$(cat .nvmrc)

IDEAL_EXCALIDRAW_TAG=$(cat .github/.excalidraw-tag)
EXCALIDRAW_TAG=${EXCALIDRAW_TAG:-IDEAL_EXCALIDRAW_TAG}
EXCALIDRAW_TAG=${EXCALIDRAW_TAG:-${IDEAL_EXCALIDRAW_TAG}}

EXCALIDRAW_INSTANCE_NAME=${EXCALIDRAW_INSTANCE_NAME:-"test-excalidraw"}
EXCALIDRAW_PORT=${EXCALIDRAW_PORT:-}
Expand Down

0 comments on commit 251f974

Please sign in to comment.