Skip to content

Commit

Permalink
[#1120] Fix Shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Mar 3, 2021
1 parent a7741d0 commit 50c3c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
;;
esac

printf "Vagrant installed in %s\n" "$(which vagrant)"
printf "Vagrant installed in %s\n" "$(command -v vagrant)"
fi

read -p "Do you want to add the vagrant box to the host file so you can access it under api.airy [yn]? " -n 1 -r
Expand Down Expand Up @@ -117,7 +117,7 @@ then
;;
esac

printf "Virtualbox installed in %s \n" "$(which VBoxManage)"
printf "Virtualbox installed in %s \n" "$(command -v VBoxManage)"
fi


Expand Down

0 comments on commit 50c3c5e

Please sign in to comment.