Skip to content

Commit

Permalink
Update plugin-configuration.mdx (#5673)
Browse files Browse the repository at this point in the history
The template code was missing a v in getenv
  • Loading branch information
JamesSlocumIH committed Mar 1, 2024
1 parent efacddd commit 9e0d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/advanced/plugin-configuration.mdx
Expand Up @@ -184,7 +184,7 @@ apollo {
// This will create a downloadStarwarsApolloSchemaFromRegistry task
registry {
key.set(System.getenv("APOLLO_KEY"))
graph.set(System.geten("APOLLO_GRAPH"))
graph.set(System.getenv("APOLLO_GRAPH"))
// The path is interpreted relative to the current project here, no need to prepend 'app'
schemaFile.set(file("src/main/graphql/com/example/schema.graphqls"))
}
Expand Down

0 comments on commit 9e0d218

Please sign in to comment.