From 465299042b700530a257faa54fb33cce2ce70ef5 Mon Sep 17 00:00:00 2001
From: Johan de Klerk <jdeklerk00@gmail.com>
Date: Wed, 13 Oct 2021 11:32:05 +0200
Subject: [PATCH] Changed shared folder to utils

---
 mage_helpers/build.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mage_helpers/build.go b/mage_helpers/build.go
index f6f85dc..4ce7219 100644
--- a/mage_helpers/build.go
+++ b/mage_helpers/build.go
@@ -59,7 +59,7 @@ func Build(dir string, module string, isDebug bool) error {
 	}
 
 	// Copy shared files
-	sharedDir := currentDir+"/core/shared"
+	sharedDir := currentDir+"/core/utils"
 	_, err = os.Stat(sharedDir)
 	if err == nil {
 		err = copyFilesToBuildDir(sharedDir, outputDir)
-- 
GitLab