From 2ad426c91b9d088f7e9e3e1a4c62978b7bed64db Mon Sep 17 00:00:00 2001 From: Erik Webb Date: Thu, 3 Jan 2019 12:33:52 -0800 Subject: [PATCH] Use master branch of facebook/zstd --- mcrouter/scripts/recipes/fbthrift.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcrouter/scripts/recipes/fbthrift.sh b/mcrouter/scripts/recipes/fbthrift.sh index f7520b1c7..10d2d6de5 100755 --- a/mcrouter/scripts/recipes/fbthrift.sh +++ b/mcrouter/scripts/recipes/fbthrift.sh @@ -27,7 +27,7 @@ fi if [ ! -d "$PKG_DIR/zstd" ]; then cd "$PKG_DIR" || die "cd fail" - git clone https://github.com/facebook/zstd + git clone -b master https://github.com/facebook/zstd cd "$PKG_DIR/zstd" || die "cd fail"