Fix command (fixes #356)

This commit is contained in:
Joshua Granick
2015-05-19 10:43:35 -07:00
parent 0726c08440
commit 2be46664f0

View File

@@ -636,7 +636,7 @@ class CommandLineTools {
CreateTemplate.createProject (words, userDefines);
} else if (projectName == "extension") {
} else if (projectName == "extension" || sampleName == "extension") {
CreateTemplate.createExtension (words, userDefines);