mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #50883 from terminalmage/bp-49622
Backport #49622 to 2018.3 branch
This commit is contained in:
commit
582d6b42d4
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ def cmd_unzip(zip_file,
|
|||
if password:
|
||||
cmd.extend(['-P', password])
|
||||
if options:
|
||||
cmd.append('{0}'.format(options))
|
||||
cmd.extend(shlex.split(options))
|
||||
cmd.extend(['{0}'.format(zip_file), '-d', '{0}'.format(dest)])
|
||||
|
||||
if excludes is not None:
|
||||
|
|
Loading…
Add table
Reference in a new issue