We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bda3c9 commit fffb103Copy full SHA for fffb103
scripts/propagate.sh
@@ -16,7 +16,7 @@ trap "exit" INT
16
17
echo "downloading temporary modernfix..."
18
cd $WORK_DIR
19
-git clone https://github.com/embeddedt/ModernFix mfix &>/dev/null
+git clone git@github.com/embeddedt/ModernFix.git mfix &>/dev/null
20
cd mfix
21
22
# gather version list
0 commit comments