From ca9b90640fe53faceb133f10d5ba0b1e3dbc5896 Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Tue, 24 Jan 2017 22:52:55 +0200 Subject: [PATCH] Fix typo in jar name --- src/commiteth_pipeline/steps.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commiteth_pipeline/steps.clj b/src/commiteth_pipeline/steps.clj index 17bea7c..55b0ef1 100644 --- a/src/commiteth_pipeline/steps.clj +++ b/src/commiteth_pipeline/steps.clj @@ -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"))