Skip to content

Commit

Permalink
docs: fix command name
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and edvald committed Jan 29, 2020
1 parent e923f80 commit 9ddb5cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ modules:
# guide](https://docs.garden.io/guides/configuration-files#including-excluding-files-and-directories) for details.
exclude:

# A list of output values that the project should export. These are exported by the `garden outputs` command,
# A list of output values that the project should export. These are exported by the `garden get outputs` command,
# as well as when referencing a project as a sub-project within another project.
#
# You may use any template strings to specify the values, including references to provider outputs, module
Expand Down Expand Up @@ -290,7 +290,7 @@ modules:

#### `outputs`

A list of output values that the project should export. These are exported by the `garden outputs` command,
A list of output values that the project should export. These are exported by the `garden get outputs` command,
as well as when referencing a project as a sub-project within another project.

You may use any template strings to specify the values, including references to provider outputs, module
Expand Down
2 changes: 1 addition & 1 deletion garden-service/src/config/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export const projectSchema = joi
.unique("name")
.description(
dedent`
A list of output values that the project should export. These are exported by the \`garden outputs\` command,
A list of output values that the project should export. These are exported by the \`garden get outputs\` command,
as well as when referencing a project as a sub-project within another project.
You may use any template strings to specify the values, including references to provider outputs, module
Expand Down

0 comments on commit 9ddb5cd

Please sign in to comment.