From af2302ee64c08b9852ecd69b5bbba077cb191d17 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Tue, 30 Jul 2019 15:42:59 +0100 Subject: [PATCH] Correct (my own) spelling of integrations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8e812a172..7585c58da9 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ install/generated_templates.gogen.go: install/templates/* check-generated: generate-deploy install/generated_templates.gogen.go ./bin/helm/update_codegen.sh - git diff --exit-code -- integrations/apis intergrations/client install/generated_templates.gogen.go + git diff --exit-code -- integrations/apis integrations/client install/generated_templates.gogen.go build-docs: @cd docs && docker build -t flux-docs .