diff --git a/mage_helpers/build.go b/mage_helpers/build.go index f6f85dc7baa17d97b68bd00fa232afa5590fb91d..4ce7219116da0bbe8686c6d9c5a6681981171d56 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)