Fix 'lime create openfl'

This commit is contained in:
Joshua Granick
2014-11-19 20:20:46 -08:00
parent b46c781b4c
commit 99deb4f516

View File

@@ -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;