From 4a00a11a3af87191dedd91479828da615a8bc61a Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Fri, 23 Sep 2016 11:08:33 -0500 Subject: [PATCH] Fix homebrew analytics directory for brew 1.0 --- osx/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/init.sls b/osx/init.sls index ae84de1c..9533bc04 100644 --- a/osx/init.sls +++ b/osx/init.sls @@ -22,4 +22,4 @@ disable-homebrew-analytics: git.config: - name: 'homebrew.analyticsdisabled' - value: 'true' - - repo: /usr/local + - repo: /usr/local/Homebrew