Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-03 23:10:41 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-03 23:14:31 +0300
commita84d1a507a2d4d5d45c82ddf4dbc889f0c3f052f (patch)
treeaec3d98d84034e49abecf96545194d2e93b7b8e3 /Makefile
parent596932f277413dac79fed563fc811464eb2b9d50 (diff)
add ucs version to copy app command18.0.7-0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6760a15..ca9af03 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ all: push-files docker
add-version:
if [ -z ${app_ver} ] ; then echo "no original app_version specified"; exit 13; fi
if [ -z ${app_newver} ] ; then echo "no target app_version specified"; exit 13; fi
- univention-appcenter-control new-version "$(app_name)=$(app_ver)" "$(ucs_version)/$(app_name)=$(app_newver)"
+ univention-appcenter-control new-version "$(ucs_version)/$(app_name)=$(app_ver)" "$(ucs_version)/$(app_name)=$(app_newver)"
.PHONY: push-files
push-files: