diff options
Diffstat (limited to 'lux-lua')
-rw-r--r-- | lux-lua/commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lua/commands.md b/lux-lua/commands.md index d09567831..6dd497307 100644 --- a/lux-lua/commands.md +++ b/lux-lua/commands.md @@ -34,7 +34,7 @@ cd ~/lux/lux-lua/ && mvn deploy:deploy-file \ -Durl=https://$NEXUS_USERNAME:$NEXUS_PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \ -Dfile=target/program.jar \ -DgroupId=com.github.luxlang \ --DartifactId=lux-python \ +-DartifactId=lux-lua \ -Dversion=0.7.0-SNAPSHOT \ -Dpackaging=jar ``` |