remove extra spaces

This commit is contained in:
j-dunham
2022-09-28 16:15:25 -04:00
committed by GitHub
parent 2e0b0b29ae
commit 289b49be83
+2 -2
View File
@@ -34,8 +34,8 @@ You will be performing a dry run against a pipeline in your preconfigured Jenkin
```console
$ gh valet dry-run jenkins --source-url http://localhost:8080/job/test_pipeline --output-dir tmp/dry-run
[2022-09-28 20:12:00] Logs: 'tmp/dry-run/log/valet-20220928-201200.log'
[2022-09-28 20:12:00] Output file(s):
[2022-09-28 20:12:00] Logs: 'tmp/dry-run/log/valet-20220928-201200.log'
[2022-09-28 20:12:00] Output file(s):
[2022-09-28 20:12:00] tmp/dry-run/test_pipeline/.github/workflows/test_pipeline.yml
```