summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/homebrew_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/homebrew_user.rb')
-rw-r--r--lib/chef/mixin/homebrew_user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/mixin/homebrew_user.rb b/lib/chef/mixin/homebrew_user.rb
index 7703538ff7..82dbb36f6c 100644
--- a/lib/chef/mixin/homebrew_user.rb
+++ b/lib/chef/mixin/homebrew_user.rb
@@ -67,7 +67,7 @@ class Chef
owner = ::File.stat(brew_path).uid
else
raise Chef::Exceptions::CannotDetermineHomebrewOwner,
- 'Could not find the "brew" executable in /usr/local/bin or anywhere on the path.'
+ 'Could not find the "brew" executable in /usr/local/bin or anywhere on the path.'
end
Chef::Log.debug "Found Homebrew owner #{Etc.getpwuid(owner).name}; executing `brew` commands as them"