Commit a2e6e8b3 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Add updatedeps to .PHONY list in Makefile

parent c7b10cb2
...@@ -28,4 +28,4 @@ test: deps ...@@ -28,4 +28,4 @@ test: deps
@echo "$(OK_COLOR)==> Testing Packer...$(NO_COLOR)" @echo "$(OK_COLOR)==> Testing Packer...$(NO_COLOR)"
go test ./... go test ./...
.PHONY: all deps format test .PHONY: all deps format test updatedeps
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment