Fix typo
This commit is contained in:
parent
7d97efe563
commit
8046d7c34c
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class Context {
|
||||||
}
|
}
|
||||||
|
|
||||||
Start-Process -WorkingDirectory "$destinationPath" `
|
Start-Process -WorkingDirectory "$destinationPath" `
|
||||||
-FilePath "7z"
|
-FilePath "7z" `
|
||||||
-ArgumentList "x" `
|
-ArgumentList "x" `
|
||||||
-Wait `
|
-Wait `
|
||||||
-NoNewWindow;
|
-NoNewWindow;
|
||||||
|
|
Loading…
Reference in a new issue