Skip to content

Commit

Permalink
Merge pull request #19800 from jfindlay/cp-19798
Browse files Browse the repository at this point in the history
backport #19798 to 2014.1
  • Loading branch information
jfindlay committed Jan 16, 2015
2 parents 6b8167f + 44a5c01 commit a4f619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/win_pkg.py
Expand Up @@ -550,7 +550,7 @@ def install(name=None, refresh=False, pkgs=None, saltenv='base', **kwargs):

cmd = []
if msiexec:
cmd.extend('msiexec', '/i')
cmd.extend(['msiexec', '/i'])
cmd.append(cached_pkg)
cmd.extend(install_flags.split())

Expand Down

0 comments on commit a4f619f

Please sign in to comment.