Skip to content

Commit

Permalink
Fix small errors in printing
Browse files Browse the repository at this point in the history
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
  • Loading branch information
xichengliudui committed Feb 12, 2019
1 parent 634b176 commit 4e163e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant-scripts/vagrant-bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ seed_file=$HOME/.vitess_bootstrap_done

if [ ! -f $seed_file ];
then
printf "\nVM Vitess hasn't been build in this VM. Downloading and setting up vitess deps. \n"
printf "\nVM Vitess hasn't been built in this VM. Downloading and setting up vitess deps. \n"
./vagrant-scripts/vitess/build.sh
touch $seed_file
fi
Expand Down

0 comments on commit 4e163e8

Please sign in to comment.