fix typos

Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
This commit is contained in:
vuittont60 2023-10-13 20:04:07 +08:00
parent a46f850435
commit 28cc3e18d2
No known key found for this signature in database
GPG Key ID: A9EFD100F36387FD
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ trap clean EXIT
# init dummy go.mod # init dummy go.mod
./scripts/vendor init ./scripts/vendor init
# install cli-docs-tool and copy docs/tools.go in root folder # install cli-docs-tool and copy docs/tools.go in root folder
# to be able to fetch the required depedencies # to be able to fetch the required dependencies
go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION} go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION}
cp docs/generate/tools.go . cp docs/generate/tools.go .
# update vendor # update vendor

View File

@ -20,7 +20,7 @@ trap clean EXIT
# init dummy go.mod # init dummy go.mod
./scripts/vendor init ./scripts/vendor init
# install cli-docs-tool and copy docs/tools.go in root folder # install cli-docs-tool and copy docs/tools.go in root folder
# to be able to fetch the required depedencies # to be able to fetch the required dependencies
go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION} go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION}
cp docs/generate/tools.go . cp docs/generate/tools.go .
# update vendor # update vendor