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 e529dc2 commit 49c51f3Copy full SHA for 49c51f3
scripts/install_plugins.sh
@@ -26,7 +26,7 @@ clone() {
26
27
# tries cloning:
28
# 1. plugin name directly - works if it's a valid git url
29
-# 2. expands the plugin name to point to a github repo and tries cloning again
+# 2. expands the plugin name to point to a GitHub repo and tries cloning again
30
clone_plugin() {
31
local plugin="$1"
32
local branch="$2"
0 commit comments