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

S. Riette 28/06/2022 typo in make_fcm

parent 4b44917e
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ function check_install_fcm() { ...@@ -57,7 +57,7 @@ function check_install_fcm() {
cd fcm cd fcm
rm -f .gitkeep rm -f .gitkeep
git clone https://github.com/metomi/fcm.git . git clone https://github.com/metomi/fcm.git .
git checkout tags/$fcm_version git checkout $fcm_version
touch .gitkeep touch .gitkeep
cd .. cd ..
echo "...FCM installation done" echo "...FCM installation done"
......
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