summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-01-18 15:37:42 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-19 01:12:40 +0000
commit8657d70e725d5a94ac37df4fc48f94edccb546b0 (patch)
tree05f0ca69666c1a53351bfb90dd5bc387b5e1dd84 /Makefile
parentf773605821990db4358d3b6f37479b5ea094b6e9 (diff)
downloadpodman-8657d70e725d5a94ac37df4fc48f94edccb546b0.tar.gz
podman-8657d70e725d5a94ac37df4fc48f94edccb546b0.tar.bz2
podman-8657d70e725d5a94ac37df4fc48f94edccb546b0.zip
Touchup README.md and fix whitespace issues
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #243 Approved by: mheon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6e44a622..40ed074a6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
GO ?= go
-EPOCH_TEST_COMMIT ?= dd0d35d
+EPOCH_TEST_COMMIT ?= 858116f
HEAD ?= HEAD
PROJECT := github.com/projectatomic/libpod
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)