diff --git a/Makefile b/Makefile index ecc5d819f..3d7bd0f96 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ test: .PHONY: test site: bin/gh - gh repo clone github/cli.github.com "$@" + bin/gh repo clone github/cli.github.com "$@" site-docs: site git -C site pull