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 5a0ef59  fix variable name
5a0ef59 is described below

commit 5a0ef59e789c4cb58379b61391160825f3c89ca3
Author: Sam Ruby <[email protected]>
AuthorDate: Mon Dec 2 20:17:02 2019 -0500

    fix variable name
---
 config/setupmymac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/setupmymac b/config/setupmymac
index ffc8859..e4d63cb 100755
--- a/config/setupmymac
+++ b/config/setupmymac
@@ -482,7 +482,7 @@ end
 
 ### Make applications restart on change
 
-if not root and force[:toucher] != nil
+if not $root and force[:toucher] != nil
   plist = "#{Dir.home}/Library/LaunchAgents/toucher.plist"
 
   if force[:toucher]

Reply via email to