Use SSH for propagators

This commit is contained in:
embeddedt 2024-11-29 16:42:36 -05:00
parent fffb1031f7
commit 8908440520
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ trap cleanup EXIT
echo "downloading temporary modernfix..."
cd $WORK_DIR
git clone https://github.com/embeddedt/ModernFix mfix &>/dev/null
git clone git@github.com:embeddedt/ModernFix.git mfix &>/dev/null
cd mfix
# gather version list

View File

@ -16,7 +16,7 @@ trap "exit" INT
echo "downloading temporary modernfix..."
cd $WORK_DIR
git clone git@github.com/embeddedt/ModernFix.git mfix &>/dev/null
git clone git@github.com:embeddedt/ModernFix.git mfix &>/dev/null
cd mfix
# gather version list