From fd6693bcef5ee7273353b9c51173e67e4761ba3b Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 20 Mar 2018 12:23:38 +0200 Subject: [PATCH] Clone the correct branch in make_tarball. --- projects/make_tarball/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/make_tarball/make.sh b/projects/make_tarball/make.sh index 32e8b799..eef57e3f 100755 --- a/projects/make_tarball/make.sh +++ b/projects/make_tarball/make.sh @@ -10,7 +10,7 @@ fi ARC_NAME=$SRC_DIR.tar.gz -git clone git@stg.codes:stg.git $SRC_DIR +git clone git@stg.codes:stg.git -b stg-2.409 $SRC_DIR if [ $? != 0 ] then -- 2.43.2