From 8a06ad149e473c142afec045f06ad9297ae12791 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 3 Jun 2014 20:01:31 +0100 Subject: [PATCH] Update test-runner.sh to v0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fc5798..69b9fc9 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ test-runner.sh: test -f "test-runner.sh" || \ echo "fetching test-runner.sh..." && \ curl -s -L -o test-runner.sh \ - https://github.com/jimeh/test-runner.sh/raw/v0.1.0/test-runner.sh && \ + https://github.com/jimeh/test-runner.sh/raw/v0.2.0/test-runner.sh && \ chmod +x test-runner.sh remove-test-runner.sh: