From d2bdd53dd27af163600e661edd8b7287632fb218 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 18 May 2020 15:08:31 -0500 Subject: [PATCH] depend on bin/gh --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4fcb161bf..ecc5d819f 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ test: go test ./... .PHONY: test -site: - (which gh 2>/dev/null && gh repo clone github/cli.github.com "$@") || git clone https://github.com/github/cli.github.com.git "$@" +site: bin/gh + gh repo clone github/cli.github.com "$@" site-docs: site git -C site pull