Apply suggestions from code review

Co-authored-by: Begona Guereca <[email protected]>
This commit is contained in:
Ethan Dennis
2022-09-09 08:18:55 -07:00
committed by GitHub
co-authored by Begona Guereca
parent e6e62e673f
commit 797311ece6
6 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ We will be performing an audit against the bootstrapped Azure DevOps project. We
gh valet audit azure-devops --output-dir tmp/audit --namespace valet
```
__Note__: The Azure DevOps organization and project name can be omitted from the `audit` command as they were persited in the `.env.local` file in the [configure lab](./1-configure.md). You can optionally provide these arguments on the command line with the `--azure-devops-organization` and `--azure-devops-project` CLI options.
__Note__: The Azure DevOps organization and project name can be omitted from the `audit` command as they were persisted in the `.env.local` file in the [configure lab](./1-configure.md). You can optionally provide these arguments on the command line with the `--azure-devops-organization` and `--azure-devops-project` CLI options.
3. The command will list all the files written to disk in green when the command succeeds.