Skip to content

Commit 74e48ef

Browse files
committed
remove debug options
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent 5e7dfe9 commit 74e48ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install-binary.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ function Install-Plugin {
5454
param ([Parameter(Mandatory=$true)][string] $ArchiveDirectory, [Parameter(Mandatory=$true)][string] $ArchiveName, [Parameter(Mandatory=$true)][string] $Destination)
5555

5656
Push-Location $ArchiveDirectory
57-
tar -xvzf $ArchiveName -C .
58-
Get-ChildItem -Path $ArchiveDirectory -Recurse
57+
tar -xzf $ArchiveName -C .
5958
Pop-Location
6059

6160
New-Item -ItemType Directory -Path $Destination -Force

0 commit comments

Comments
 (0)