Skip to content

Commit

Permalink
😅
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwhile committed Mar 12, 2021
1 parent b8ac4c7 commit 5988c37
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
Expand Up @@ -11,7 +11,7 @@ VERSION_MAJOR=$(shell echo $(VERSION) | cut -f1 -d.)
VERSION_MINOR=$(shell echo $(VERSION) | cut -f2 -d.)
BINARY_NAME=docker-autoheal
GO_PACKAGE=touilleio/docker-autoheal
DOCKER_REGISTRY
DOCKER_REGISTRY=
GIT_COMMIT=$(shell git rev-parse HEAD)
GIT_DIRTY=$(shell test -n "`git status --porcelain`" && echo "+CHANGES" || true)
BUILD_DATE=$(shell date '+%Y-%m-%d-%H:%M:%S')
Expand Down

0 comments on commit 5988c37

Please sign in to comment.