Fix cp command for release documentation

This commit is contained in:
Gregg Van Hove
2015-04-28 11:27:03 -07:00
parent 5ea24a8448
commit 19f812c4f6

View File

@@ -59,7 +59,7 @@ When ready to release - specs are all green and the stories are done:
Probably only need to do this when releasing a minor version, and not a patch version.
1. `cp edge ${version}` to copy the current edge docs to the new version
1. `cp -R edge ${version}` to copy the current edge docs to the new version
1. Add a link to the new version in `index.html`
### Finally