From 94944a66e2e5d768191f61a9c964359b4bf0f114 Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Sat, 19 Mar 2016 10:12:51 -0600 Subject: [PATCH] ref(Makefile): Check for flake8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99d10e6dc..400cf8450 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ HAS_GOLINT := $(shell command -v golint;) HAS_GOVET := $(shell command -v go tool vet;) HAS_GOX := $(shell command -v gox;) HAS_PIP := $(shell command -v pip;) -HAS_FLAKE8 := $(shell command -v pip;) +HAS_FLAKE8 := $(shell command -v flake8;) .PHONY: bootstrap bootstrap: