From 693e5a2a0f6acfd2666882655d5dfd32e8c6c50b Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Sat, 14 Aug 2021 11:00:04 +0200 Subject: [PATCH] Style fix --- scripts/install_plugins.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install_plugins.sh b/scripts/install_plugins.sh index cd75e7a..81e6836 100755 --- a/scripts/install_plugins.sh +++ b/scripts/install_plugins.sh @@ -13,7 +13,8 @@ else # shell output functions fi clone() { - local plugin="$1" branch="$2" + local plugin="$1" + local branch="$2" if [ -n "$branch" ]; then cd "$(tpm_path)" && GIT_TERMINAL_PROMPT=0 git clone -b "$branch" --single-branch --recursive "$plugin" >/dev/null 2>&1 @@ -35,7 +36,8 @@ clone_plugin() { # clone plugin and produce output install_plugin() { - local plugin="$1" branch="$2" + local plugin="$1" + local branch="$2" local plugin_name="$(plugin_name_helper "$plugin")" if plugin_already_installed "$plugin"; then