Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
  • Loading branch information
ArangoGutierrez committed Sep 6, 2020
1 parent 76cb1fe commit a6e16bd
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 @@ -4,9 +4,9 @@
GO_CMD := go
GO_FMT := gofmt

IMAGE_BUILD_CMD ?= "docker build"
IMAGE_BUILD_CMD ?= docker build
IMAGE_BUILD_EXTRA_OPTS :=
IMAGE_PUSH_CMD ?= "docker push"
IMAGE_PUSH_CMD ?= docker push

VERSION := $(shell git describe --tags --dirty --always)

Expand Down

0 comments on commit a6e16bd

Please sign in to comment.