dschmidt/ember-cli-deploy-cp

Quick Start documantation wrong sample code

Closed this issue · 1 comments

The document hosted at https://github.com/dschmidt/ember-cli-deploy-cp has a "Quick Start" section.
In this section, the sample code below the "Place the following configuration into config/deploy.js" is wrong, there should be an equal character just after ENV.cp.
ENV.cp = {
destDir: '/srv/www/htdocs/'
}

Good catch. Thanks!