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 38ab7d9 commit 693e5a2Copy full SHA for 693e5a2
scripts/install_plugins.sh
@@ -13,7 +13,8 @@ else # shell output functions
13
fi
14
15
clone() {
16
- local plugin="$1" branch="$2"
+ local plugin="$1"
17
+ local branch="$2"
18
if [ -n "$branch" ]; then
19
cd "$(tpm_path)" &&
20
GIT_TERMINAL_PROMPT=0 git clone -b "$branch" --single-branch --recursive "$plugin" >/dev/null 2>&1
@@ -35,7 +36,8 @@ clone_plugin() {
35
36
37
# clone plugin and produce output
38
install_plugin() {
39
40
41
local plugin_name="$(plugin_name_helper "$plugin")"
42
43
if plugin_already_installed "$plugin"; then
0 commit comments