From c4fb1ea3513c41d1c01742fa37bd3917392fa52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Riette?= <sebastien.riette@meteo.fr> Date: Tue, 28 Jun 2022 15:27:45 +0200 Subject: [PATCH] S. Riette 28/06/2022 typo in make_fcm --- build/with_fcm/make_fcm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/with_fcm/make_fcm.sh b/build/with_fcm/make_fcm.sh index b35776607..df2d7cd9e 100755 --- a/build/with_fcm/make_fcm.sh +++ b/build/with_fcm/make_fcm.sh @@ -57,7 +57,7 @@ function check_install_fcm() { cd fcm rm -f .gitkeep git clone https://github.com/metomi/fcm.git . - git checkout tags/$fcm_version + git checkout $fcm_version touch .gitkeep cd .. echo "...FCM installation done" -- GitLab