mirror of https://github.com/docker/cli.git
fix typos
Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
This commit is contained in:
parent
a46f850435
commit
28cc3e18d2
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue