Skip to content

Commit f7cc58c

Browse files
committed
Merge pull request #28 from kpfefferle/patch-1
Fix distFiles default in README
2 parents 78e248d + 0dfbc8c commit f7cc58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The root directory where the files matching `filePattern` will be searched for.
105105

106106
The list of built project files. This option should be relative to `distDir` and should include the files that match `filePattern`. By default, this option will use the `distFiles` property of the deployment context, provided by [ember-cli-deploy-build][2].
107107

108-
*Default:* `context.distDir`
108+
*Default:* `context.distFiles`
109109

110110
### gzippedFiles
111111

0 commit comments

Comments
 (0)