From b9d0b15973101c9ef5beb925574fe6e12c2ffbb9 Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@monax.io> Date: Thu, 14 Jun 2018 00:06:55 +0100 Subject: [PATCH] Update to latest bosmarmot Signed-off-by: Silas Davis <silas@monax.io> --- scripts/deps/bos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deps/bos.sh b/scripts/deps/bos.sh index 557641a1..83f96912 100755 --- a/scripts/deps/bos.sh +++ b/scripts/deps/bos.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash # The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests -echo "86a3a0879782bec0a9f300d69a542fbbe3737fa9" + +echo "4731b612c040e8b0ab7c6cbab3eb0b2fe0e49298" -- GitLab