Fix typo in jar name

This commit is contained in:
Teemu Patja 2017-01-24 22:52:55 +02:00
parent 06e9e54be8
commit ca9b90640f
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@
(defn deploy-uberjar [args ctx]
(shell/bash ctx
(:cwd args)
"sudo service commiteth stop && cp target/commieth.jar /opt/commiteth && sudo service commiteth start"))
"sudo service commiteth stop && cp target/commiteth.jar /opt/commiteth/commiteth.jar && sudo service commiteth start"))