Skip to content

Commit 0cad44d

Browse files
committed
1 parent 9ae906e commit 0cad44d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapters/install-adapters.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install_adapter() {
1717
git pull
1818
else
1919
echo "Repository for $adapter does not exist. Cloning..."
20-
git clone git@github.com:devforth/$adapter.git "$adapter"
20+
git clone https://github.com/devforth/$adapter.git "$adapter"
2121
cd "$adapter"
2222
fi
2323

plugins/install-plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install_plugin() {
1616
git pull
1717
else
1818
echo "Repository for $plugin does not exist. Cloning..."
19-
git clone git@github.com:devforth/$plugin.git "$plugin"
19+
git clone https://github.com/devforth/$plugin.git "$plugin"
2020
cd "$plugin"
2121
fi
2222

0 commit comments

Comments
 (0)