Skip to content

Commit 1165355

Browse files
committed
docs: correct directory name in build-wasm.sh comment
The comment in the build-wasm.sh script incorrectly referenced "dodge-the-creep" instead of "squash-the-creep". This commit fixes the comment to accurately reflect the correct directory name.
1 parent 4b2efcd commit 1165355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squash-the-creeps/rust/build-wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

7-
# Must be in dodge-the-creep's rust directory in order to pick up the .cargo/config
7+
# Must be in squash-the-creep's rust directory in order to pick up the .cargo/config
88
cd `dirname "$0"`
99

1010
# We build the host gdextension first so that the godot editor doesn't complain.

0 commit comments

Comments
 (0)