From 8591aa095636f138c8b699e8519bfab6e6d3fcb4 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Fri, 29 Sep 2017 15:17:11 -0700 Subject: [PATCH] update moby-extras tool fixes git param Signed-off-by: Andrew Hsu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb0403feb0..1ef8430ba3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CLI_DIR:=$(CURDIR)/components/cli ENGINE_DIR:=$(CURDIR)/components/engine PACKAGING_DIR:=$(CURDIR)/components/packaging -MOBY_COMPONENTS_SHA=f79265f1412af0a68aadd11e1d2f374446f3681b +MOBY_COMPONENTS_SHA=ab7c118272b02d8672dc0255561d0c4015979780 MOBY_COMPONENTS_URL=https://raw.githubusercontent.com/shykes/moby-extras/$(MOBY_COMPONENTS_SHA)/cmd/moby-components MOBY_COMPONENTS=.helpers/moby-components-$(MOBY_COMPONENTS_SHA) VERSION=$(shell cat VERSION)