Skip to content

Commit

Permalink
fix doc gen
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr committed Jan 13, 2025
1 parent a3a6174 commit 52abb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- run: make generate-docs
- name: Check no diff
run: |
if [ ! -z "$(git status --porcelain)" ]; then echo "::error file=README.md,line=8::Doc generation produced diff. Run 'make generate-docs' and commit results."; exit 1; fi
if [ ! -z "$(git status --porcelain)" ]; then echo "::error file=Makefile::Doc generation produced diff. Run 'make generate-docs' and commit results."; exit 1; fi
2 changes: 1 addition & 1 deletion docs/commands/openfeature_generate_go.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openfeature generate go [flags]
### Options

```
-h, --helps help for go
-h, --help help for go
--package_name string Name of the Go package to be generated.
```

Expand Down

0 comments on commit 52abb86

Please sign in to comment.