From f489cf940055fb5a61943a8aa99ce0538658dc4c Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Fri, 3 Apr 2020 15:38:40 +0200
Subject: [PATCH] mapandcopy

---
 databus-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databus-release.sh b/databus-release.sh
index 85ddfde..8e87a66 100755
--- a/databus-release.sh
+++ b/databus-release.sh
@@ -47,7 +47,7 @@ latestDumpDate=$(find "$EXTRACTIONBASEDIR" -mindepth 2 -maxdepth 2 -type d -rege
 # uncomment next line for all dumps
 # latestDumpDate=".*"
 for path in $(find "$EXTRACTIONBASEDIR" -regex ".*/$latestDumpDate/.*\.ttl.bz2" | sort); do
-   echo $path
+   mapAndCopy $path
 done
 
 
-- 
GitLab