Skip to content
Snippets Groups Projects
Commit 46529904 authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Changed shared folder to utils

parent 5ab171b7
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment