Skip to content

Commit 693e5a2

Browse files
committed
Style fix
1 parent 38ab7d9 commit 693e5a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/install_plugins.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ else # shell output functions
1313
fi
1414

1515
clone() {
16-
local plugin="$1" branch="$2"
16+
local plugin="$1"
17+
local branch="$2"
1718
if [ -n "$branch" ]; then
1819
cd "$(tpm_path)" &&
1920
GIT_TERMINAL_PROMPT=0 git clone -b "$branch" --single-branch --recursive "$plugin" >/dev/null 2>&1
@@ -35,7 +36,8 @@ clone_plugin() {
3536

3637
# clone plugin and produce output
3738
install_plugin() {
38-
local plugin="$1" branch="$2"
39+
local plugin="$1"
40+
local branch="$2"
3941
local plugin_name="$(plugin_name_helper "$plugin")"
4042

4143
if plugin_already_installed "$plugin"; then

0 commit comments

Comments
 (0)