From 156f1a3657de3cfc98fdd405f4a1cff1a2544084 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Mar 2014 02:02:58 +0000 Subject: [PATCH] Use specific version of assert.sh rather than always latest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c006ddc..f7edfb9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ prepare: test -f "test/assert.sh" || ( \ echo "fetching assert.sh..." && \ curl -s -L -o test/assert.sh \ - https://raw.github.com/lehmannro/assert.sh/master/assert.sh \ + https://raw.github.com/lehmannro/assert.sh/v1.0.2/assert.sh \ ) .SILENT: