The README refers to a wrong filename when describing how to build the WF management app.
From the README,
To build this distro run the following command:
drush make wf_example.build
This filename should be "wf_example_profile.build", so the build command would be,
drush make wf_example_profile.build
Comments
Comment #2
skwashd commentedThanks for noticing this. I have fixed the docs.