aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/bootstrap.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subcommands/bootstrap.bash')
-rw-r--r--lib/subcommands/bootstrap.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/subcommands/bootstrap.bash b/lib/subcommands/bootstrap.bash
index 343547d..a457a2f 100644
--- a/lib/subcommands/bootstrap.bash
+++ b/lib/subcommands/bootstrap.bash
@@ -15,7 +15,7 @@ subcommand()
return
fi
- bootstrap_remote
+ bootstrap_remote "$@"
}
bootstrap_local()
@@ -69,7 +69,7 @@ bootstrap_remote()
touch -- "$file"
done
- while read -r playbook url branch
+ while read -r playbook url _
do
notice "bashtard/bootstrap" "Cloning $playbook from $url"
git clone "$url" "$BASHTARD_ETCDIR/playbooks.d/$playbook"