Fix indentation

This commit is contained in:
Adam Goldsmith 2018-10-05 13:57:34 -04:00
parent 9d180c753b
commit a741f042de
1 changed files with 6 additions and 6 deletions

View File

@ -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"