From 9f5e6d60185a1488e8608f55f8d2e664773bd291 Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 15 Oct 2024 10:35:38 +0200 Subject: [PATCH] include oc in racine path for remote calling --- tools/enums.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/enums.go b/tools/enums.go index 8a3665a..62b3026 100644 --- a/tools/enums.go +++ b/tools/enums.go @@ -41,7 +41,7 @@ var DefaultAPI = [...]string{ WORKFLOWAPI, NOAPI, WORKSPACEAPI, - NOAPI, + CATALOGAPI, PEERSAPI, SHAREDAPI, SHAREDAPI,