From 89c5ca098cfd6ab333b52d726413487f06425601 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 27 Feb 2020 11:34:56 +0800 Subject: [PATCH] fix typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 41a5fd2..24139c3 100755 --- a/Makefile +++ b/Makefile @@ -95,10 +95,10 @@ release: release-caplet release-captain release-capui dist-capctl ## Dist and Sh release-caplet: dist-caplet ship-caplet ## Dist and Ship Caplet docker image .PHONE: release-captain -release-captain: dist-caplet ship-captain ## Dist and Ship Captain docker image +release-captain: dist-captain ship-captain ## Dist and Ship Captain docker image .PHONE: release-capui -release-capui: dist-caplet ship-capui ## Dist and Ship CapUI docker image +release-capui: dist-capui ship-capui ## Dist and Ship CapUI docker image .PHONY: bootstrap bootstrap: ## Fetch required go modules