Skip to content

Commit

Permalink
Fixed whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnyPig authored and basepi committed Feb 15, 2013
1 parent d147e80 commit 48a803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/brew.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def install(name=None, pkgs=None, **kwargs):

formulas = ' '.join(pkg_params)
old = list_pkgs()
homebrew_binary= __salt__['cmd.run']('brew --prefix') + "/bin/brew"
homebrew_binary = __salt__['cmd.run']('brew --prefix') + "/bin/brew"
user = __salt__['file.get_user'](homebrew_binary)
cmd = 'brew install {0}'.format(formulas)
if user != __opts__['user']:
Expand Down

0 comments on commit 48a803e

Please sign in to comment.