Skip to content

Commit

Permalink
More shellcheck fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
  • Loading branch information
rafael committed Jul 29, 2018
1 parent 6ec3e27 commit c07b961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant-scripts/vitess/build.sh
Expand Up @@ -12,8 +12,8 @@ export VT_MYSQL_ROOT=/usr
printf "\nBuilding Vitess...\n"

# This is just to make sure the vm can write into these directories
sudo chown $(whoami):$(whoami) /vagrant
sudo chown $(whoami):$(whoami) /vagrant/src
sudo chown "$(whoami)":"$(whoami)" /vagrant
sudo chown "$(whoami)":"$(whoami)" /vagrant/src
cd "$VITESS_WORKSPACE"
./bootstrap.sh
# shellcheck disable=SC1091
Expand Down

0 comments on commit c07b961

Please sign in to comment.