Skip to content

Commit 64a3fb8

Browse files
committed
docs: fix typos and version for cli-docs-tool scripts
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e3e9b99 commit 64a3fb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/generate/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.16
77

88
//require (
99
// github.com/docker/cli v0.0.0+incompatible
10-
// github.com/docker/cli-docs-tool v0.5.0
10+
// github.com/docker/cli-docs-tool v0.8.0
1111
//)
1212
//
1313
//replace github.com/docker/cli v0.0.0+incompatible => ../../

scripts/docs/generate-md.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trap clean EXIT
2020
# init dummy go.mod
2121
./scripts/vendor init
2222
# install cli-docs-tool and copy docs/tools.go in root folder
23-
# to be able to fetch the required depedencies
23+
# to be able to fetch the required dependencies
2424
go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION}
2525
cp docs/generate/tools.go .
2626
# update vendor

scripts/docs/generate-yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trap clean EXIT
2020
# init dummy go.mod
2121
./scripts/vendor init
2222
# install cli-docs-tool and copy docs/tools.go in root folder
23-
# to be able to fetch the required depedencies
23+
# to be able to fetch the required dependencies
2424
go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION}
2525
cp docs/generate/tools.go .
2626
# update vendor

0 commit comments

Comments
 (0)