Skip to content

Commit dfbf385

Browse files
authored
Fix typo in README: --scm-base-uri --> --scm-base-url (#303)
Signed-off-by: Nathanaël Lécaudé <natcl@users.noreply.github.com>
1 parent e6eb0e6 commit dfbf385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ poutine analyze_org org --token "$GH_TOKEN"
9999
#### Analyze all projects in a self-hosted Gitlab instance
100100

101101
``` bash
102-
poutine analyze_org my-org/project --token "$GL_TOKEN" --scm gitlab --scm-base-uri https://gitlab.example.com
102+
poutine analyze_org my-org/project --token "$GL_TOKEN" --scm gitlab --scm-base-url https://gitlab.example.com
103103
```
104104

105105
### Configuration Options
@@ -109,7 +109,7 @@ poutine analyze_org my-org/project --token "$GL_TOKEN" --scm gitlab --scm-base-u
109109
--format Output format (default: pretty, json, sarif)
110110
--ignore-forks Ignore forked repositories in the organization(analyze_org)
111111
--scm SCM platform (default: github, gitlab)
112-
--scm-base-uri Base URI of the self-hosted SCM instance
112+
--scm-base-url Base URI of the self-hosted SCM instance
113113
--threads Number of threads to use (default: 2)
114114
--config Path to the configuration file (default: .poutine.yml)
115115
--verbose Enable debug logging

0 commit comments

Comments
 (0)