Skip to content

Commit 8307564

Browse files
committed
Use SSH for propagators
1 parent fffb103 commit 8307564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/autorelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trap cleanup EXIT
1515

1616
echo "downloading temporary modernfix..."
1717
cd $WORK_DIR
18-
git clone https://github.com/embeddedt/ModernFix mfix &>/dev/null
18+
git clone git@github.com:embeddedt/ModernFix.git mfix &>/dev/null
1919
cd mfix
2020

2121
# gather version list

scripts/propagate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trap "exit" INT
1616

1717
echo "downloading temporary modernfix..."
1818
cd $WORK_DIR
19-
git clone [email protected]/embeddedt/ModernFix.git mfix &>/dev/null
19+
git clone [email protected]:embeddedt/ModernFix.git mfix &>/dev/null
2020
cd mfix
2121

2222
# gather version list

0 commit comments

Comments
 (0)