From 6f6c908bf245ba6b64eadab0c787e130acdf59b9 Mon Sep 17 00:00:00 2001 From: Patrick Artounian Date: Fri, 16 Jun 2017 21:54:37 -0700 Subject: [PATCH] Remove output about running WP-CLI and Composer --- lib/trellis/vagrant.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/trellis/vagrant.rb b/lib/trellis/vagrant.rb index 8f618c55bc..d25b44fe59 100644 --- a/lib/trellis/vagrant.rb +++ b/lib/trellis/vagrant.rb @@ -78,7 +78,8 @@ def nfs_path(path) def post_up_message msg = 'Your Trellis Vagrant box is ready to use!' - msg << "\n* Composer and WP-CLI commands need to be run on the virtual machine." + msg << "\n* Composer and WP-CLI commands need to be run on the virtual machine" + msg << "\n for any post-provision modifications." msg << "\n* You can SSH into the machine with `vagrant ssh`." msg << "\n* Then navigate to your WordPress sites at `/srv/www`" msg << "\n or to your Trellis files at `#{ANSIBLE_PATH_ON_VM}`."