Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Feb 27, 2020
1 parent 96a9259 commit 89c5ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89c5ca0

Please sign in to comment.