From be96ba35ecb326de419e8883c93c5beeb474dea1 Mon Sep 17 00:00:00 2001 From: Lauren Chilutti Date: Mon, 5 Aug 2024 14:33:06 -0400 Subject: [PATCH] update the ocean_BGC branch being checked out. Master is now Main. --- CHECKOUT_mom6.csh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHECKOUT_mom6.csh b/CHECKOUT_mom6.csh index c4517f8..b9ea55a 100755 --- a/CHECKOUT_mom6.csh +++ b/CHECKOUT_mom6.csh @@ -8,8 +8,8 @@ echo `pwd` # ---------------- component 'mom6' -echo "Cloning https://github.com/NOAA-GFDL/ocean_BGC.git on branch/tag master" -set git_output=`git clone -q --recursive -b master https://github.com/NOAA-GFDL/ocean_BGC.git >& /dev/stdout` +echo "Cloning https://github.com/NOAA-GFDL/ocean_BGC.git on branch/tag main" +set git_output=`git clone -q --recursive -b main https://github.com/NOAA-GFDL/ocean_BGC.git >& /dev/stdout` if ( $? != 0 ) then echo "$git_output" | sed 's/^/**GIT ERROR** /' > /dev/stderr exit 1