diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 104e2a0..202d847 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -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 \ No newline at end of file + if [ ! -z "$(git status --porcelain)" ]; then echo "::error file=Makefile::Doc generation produced diff. Run 'make generate-docs' and commit results."; exit 1; fi \ No newline at end of file diff --git a/docs/commands/openfeature_generate_go.md b/docs/commands/openfeature_generate_go.md index 51e4604..bac03e5 100644 --- a/docs/commands/openfeature_generate_go.md +++ b/docs/commands/openfeature_generate_go.md @@ -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. ```