Skip to content

Commit 87ed3a3

Browse files
authored
Correct typo
1 parent 6725a39 commit 87ed3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ def setup(self, **kwargs):
13631363
self.addSteps([
13641364
Configure(
13651365
name="Install emscripten (if needed)",
1366-
command=["python3", "Platform/emscripten", "install-emscripetn"],
1366+
command=["python3", "Platform/emscripten", "install-emscripten"],
13671367
env=compile_environ,
13681368
),
13691369
Configure(

0 commit comments

Comments
 (0)