From 2dcf2c1fe73bd1a336c40a6481221d7c1d165f99 Mon Sep 17 00:00:00 2001
From: Caroline Ott <ottj@rhrk.uni-kl.de>
Date: Thu, 20 Jun 2024 12:45:20 +0000
Subject: [PATCH] make ./ and not ./arc root folder

---
 .arc/roc-metadata-fixed-script.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.arc/roc-metadata-fixed-script.json b/.arc/roc-metadata-fixed-script.json
index 38c4321..c819441 100644
--- a/.arc/roc-metadata-fixed-script.json
+++ b/.arc/roc-metadata-fixed-script.json
@@ -7,7 +7,7 @@
       "about": { "@id": "./" }
     },
     {
-      "@id": "./arc/workflows",
+      "@id": "./workflows",
       "@type": "Dataset",
       "hasPart": [
         { "@id": "workflows/workflow.cwl" }
-- 
GitLab