diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index 59ca0fc65..c1d5847d7 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -632,7 +632,7 @@ class CommandLineTools { for (samplePath in project.samplePaths) { - if (FileSystem.exists (PathHelper.combine (samplePath, sampleName))) { + if (FileSystem.exists (PathHelper.combine (samplePath, projectName))) { sampleExists = true;