Skip to content

Commit

Permalink
Update GSL-prep-chem from vlab to github
Browse files Browse the repository at this point in the history
 On branch release/gefs_v12_github
 Changes to be committed:
	modified:   sorc/checkout.sh
  • Loading branch information
XianwuXue-NOAA committed Jun 10, 2021
1 parent e3c6489 commit 4ef5fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi
echo GSD-prep-chem checkout ...
if [[ ! -d gsd_prep_chem.fd ]] ; then
rm -f ${LOG_DIR}/checkout-gsd-prep-chem.log
git clone gerrit:GSD-prep-chem gsd_prep_chem.fd >> ${LOG_DIR}/checkout-gsd-prep-chem.log 2>&1
git clone https://github.com/NOAA-GSL/GSL-prep-chem.git gsd_prep_chem.fd >> ${LOG_DIR}/checkout-gsd-prep-chem.log 2>&1
rc=$?
((err+=$rc))
cd gsd_prep_chem.fd
Expand Down

0 comments on commit 4ef5fb3

Please sign in to comment.