You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/06/13 14:53:11 UTC

[whimsy] 01/02: update to vm3

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 6e36943389f0738a76815b2e45e8fe026252492d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Jun 13 10:51:47 2016 -0400

    update to vm3
---
 www/secretary/workbench/local_paths.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/local_paths.rb b/www/secretary/workbench/local_paths.rb
index 953e7f7..3fa7667 100644
--- a/www/secretary/workbench/local_paths.rb
+++ b/www/secretary/workbench/local_paths.rb
@@ -7,7 +7,7 @@ unless ENV['HOME']
 end
 
 # override home for whimsy
-ENV['HOME'] = '/var/www' if `hostname`.chomp == 'whimsy-vm2'
+ENV['HOME'] = '/var/www' if `hostname`.chomp == 'whimsy-vm3'
 
 # look for local_paths.yml or ~/.secassist (in that order)
 config = 'local_paths.yml'

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.