From cba2b078cf8e323a462a22a609f2b5627a92f101 Mon Sep 17 00:00:00 2001 From: danielscholl Date: Thu, 29 Aug 2024 07:43:59 -0500 Subject: [PATCH] Documentation bugs. (#187) --- README.md | 2 +- docs/src/feature_flags.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de83abb4..8c63853a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ azd env set # Set any necessary feature flags azd provision # Configure Settings for Integrations -azd env set AUTH_CODE +azd env set AUTH_CODE azd hooks run settings # Cleanup diff --git a/docs/src/feature_flags.md b/docs/src/feature_flags.md index 31ff4ae0..96f6a50d 100644 --- a/docs/src/feature_flags.md +++ b/docs/src/feature_flags.md @@ -34,7 +34,7 @@ Software customizations can be managed and modified using the following feature | ENABLE_OSDU_CORE | Disables loading of the osdu core services (True by default) | | ENABLE_OSDU_REFERENCE | Disables loading of the osdu reference services (True by default) | | SOFTWARE_VERSION | Sets the version (branch) of OSDU to be installed (release/0.27) | -| SOFTWARE_REPO | Customizes the repository location used for software definition | +| SOFTWARE_REPOSITORY | Customizes the repository location used for software definition | | SOFTWARE_BRANCH | Customizes the branch used for software definition |