From a741f042de7f93fdf3b6cfe9b88dfb21a9082d2c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 5 Oct 2018 13:57:34 -0400 Subject: [PATCH] Fix indentation --- getter.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/getter.sh b/getter.sh index b07546f..2c6afcd 100755 --- a/getter.sh +++ b/getter.sh @@ -81,12 +81,12 @@ fi if [ "$#" -gt 0 ] then - targets="$@" - for target in $targets - do - do_get "$target" - done - maybe_stow "$targets" + targets="$@" + for target in $targets + do + do_get "$target" + done + maybe_stow "$targets" elif [ "$bootstrap" != true ] then echo "Updating .dotfiles"