From 9e224849fa9660bc8a561002583ef385136d3db4 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Thu, 5 May 2022 12:19:02 +0200 Subject: [PATCH] fix compile time options after switch to v2 --- .make/go.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.make/go.mk b/.make/go.mk index b2af851fdca..48fa70bef50 100644 --- a/.make/go.mk +++ b/.make/go.mk @@ -1,4 +1,4 @@ -OCIS_REPO := github.com/owncloud/ocis +OCIS_REPO := github.com/owncloud/ocis/v2 IMPORT := ($OCIS_REPO)/$(NAME) BIN := bin DIST := dist