Skip to content

Commit

Permalink
Merge pull request dropbox#208 from zaren678/yaml_out
Browse files Browse the repository at this point in the history
add yaml files to outFileList when --skip-generation is enabled
  • Loading branch information
artwyman committed Mar 1, 2016
2 parents a656d15 + e7b2164 commit 52e40d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/generator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ package object generatorTools {
if (spec.yamlOutFolder.isDefined) {
if (!spec.skipGeneration) {
createFolder("YAML", spec.yamlOutFolder.get)
new YamlGenerator(spec).generate(idl)
}
new YamlGenerator(spec).generate(idl)
}
None
}
Expand Down

0 comments on commit 52e40d4

Please sign in to comment.