1
0
Fork 0
mirror of synced 2024-07-26 18:11:11 -04:00

fix: github to GitHub

This commit is contained in:
yasudanaoya 2022-01-01 17:49:21 +09:00
parent e529dc221c
commit 49c51f3774

View file

@ -26,7 +26,7 @@ clone() {
# tries cloning:
# 1. plugin name directly - works if it's a valid git url
# 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
clone_plugin() {
local plugin="$1"
local branch="$2"