Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nfisher committed May 28, 2020
1 parent 9b069fa commit a05affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHELL := /bin/bash -eu -o pipefail
SHELL := /bin/bash -eu
CMDS := $(wildcard cmd/*)
IMGS := ${DOCKER_REPO}/envcheck-pinger ${DOCKER_REPO}/envcheck-daemon
SRC := $(wildcard cmd/**/*.go) $(wildcard *.go)
Expand Down

0 comments on commit a05affe

Please sign in to comment.