From e559deed64c8457b012b000dcf07c62847cb8d57 Mon Sep 17 00:00:00 2001 From: Vojtech Vitek Date: Tue, 15 Oct 2019 13:27:51 +0200 Subject: [PATCH] Fix make install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c504dc2..aab5b4c 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ test: go test ./... install: - go install ./cmd/sup + go install ./cmd/yaml