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 2019/12/05 17:01:18 UTC

[whimsy] branch master updated: change to nil to prevent inadvertant uninstallation

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a82dcdd  change to nil to prevent inadvertant uninstallation
a82dcdd is described below

commit a82dcdd3bf4d488eb98434ce306ece6d9c71ad90
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Dec 5 12:00:47 2019 -0500

    change to nil to prevent inadvertant uninstallation
---
 config/setupmymac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/setupmymac b/config/setupmymac
index 4b1a916..0f74d48 100755
--- a/config/setupmymac
+++ b/config/setupmymac
@@ -34,7 +34,7 @@ $dry_run = false
 restart_apache = false
 $brew_updated = false
 
-force = {clean: false, prune: false, toucher: false, ws: false}
+force = {clean: false, prune: false, toucher: nil, ws: nil}
 force[:svn] = true unless Dir.exists? '/srv/svn'
 force[:git] = true unless Dir.exists? '/srv/git'