diff --git a/scripts/autorelease.sh b/scripts/autorelease.sh index 351fa25b..415d0776 100755 --- a/scripts/autorelease.sh +++ b/scripts/autorelease.sh @@ -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 diff --git a/scripts/propagate.sh b/scripts/propagate.sh index eb328c08..dbd65d55 100755 --- a/scripts/propagate.sh +++ b/scripts/propagate.sh @@ -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