From 0ebbccfc7f7f2ecc54b73c2a25544bf1cdaaba36 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 21 Sep 2015 16:21:19 +0100 Subject: pass sha or ref to get_definitions --- get_definitions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_definitions.sh b/get_definitions.sh index c346a86..549483c 100644 --- a/get_definitions.sh +++ b/get_definitions.sh @@ -6,4 +6,4 @@ fi git clone ssh://git@cu010-trove.codethink.com/baserock/baserock/definitions.git cd definitions git fetch -git checkout cu010-trove/br6/firehose-test-1 +git checkout $1 -- cgit v1.2.1