Skip to content
Snippets Groups Projects
Commit cc163229 authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 17 Nov 2023: typo

parent bc627034
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ function check_install_fcm() {
cd fcm
rm -f .gitkeep
if [ $ssh -eq 1 ]; then
git clone git@github.com:metomi/fcm.git
git clone git@github.com:metomi/fcm.git .
else
git clone https://github.com/metomi/fcm.git .
fi
......@@ -113,7 +113,7 @@ function check_install_fiat() {
cd fiat
rm -f .gitkeep
if [ $ssh -eq 1 ]; then
git clone git@github.com:ecmwf-ifs/fiat.git
git clone git@github.com:ecmwf-ifs/fiat.git .
else
git clone https://github.com/ecmwf-ifs/fiat.git .
fi
......
......@@ -39,7 +39,7 @@ while [ -n "$1" ]; do
'--fiatfcm') fiatfcm=1;;
'--clean') clean=1;;
'--test') dotest=1;;
'--sh') ssh=1;;
'--ssh') ssh=1;;
'-h') usage; exit;;
*) echo "Unknown option $1"; exit 1;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment