aboutsummaryrefslogtreecommitdiff
path: root/compilers.md
diff options
context:
space:
mode:
authorEduardo Julian2021-01-12 23:09:05 -0400
committerEduardo Julian2021-01-12 23:09:05 -0400
commit71de092a045dc70ab1c9eead477cf1512b144a87 (patch)
tree1f71aca655d867b748c430996d3687911b7537cc /compilers.md
parent5dbf134346424602b0104d1f749c1a9eac6f21af (diff)
Raise error when trying to use deprecated fields/method/classes in JVM.
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