From 484b165a81712cb76cc5d2802e04d1d095cd3f26 Mon Sep 17 00:00:00 2001 From: jerger Date: Fri, 18 Mar 2022 15:19:41 +0100 Subject: [PATCH] fix alias --- project.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project.clj b/project.clj index 5c33728..d14a9f6 100644 --- a/project.clj +++ b/project.clj @@ -39,8 +39,8 @@ "-H:ResourceConfigurationFiles=graalvm-resource-config.json" "-H:Log=registerResource" "-H:Name=target/graalvm/${:name}"] - "install-local" ["shell" "sudo" - "install" - "-m=755" - "target/uberjar/c4k-nextcloud-standalone.jar" - "/usr/local/bin/c4k-nextcloud-standalone.jar"]}) \ No newline at end of file + "inst" ["shell" "sudo" + "install" + "-m=755" + "target/uberjar/c4k-nextcloud-standalone.jar" + "/usr/local/bin/c4k-nextcloud-standalone.jar"]}) \ No newline at end of file