aboutsummaryrefslogtreecommitdiff
path: root/compilers.md
diff options
context:
space:
mode:
Diffstat (limited to 'compilers.md')
-rw-r--r--compilers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilers.md b/compilers.md
index 917c5909d..0b629ee08 100644
--- a/compilers.md
+++ b/compilers.md
@@ -135,7 +135,7 @@ cd ~/lux/lux-python/ \
cd ~/lux/lux-python/ \
&& lein clean \
&& time java -jar program.jar build --source ~/lux/lux-python/source --target ~/lux/lux-python/target --module program \
-&& mv target/program.js program.js
+&& mv target/program.py program.py
```
## Try