Skip to content

Commit

Permalink
fix: fix windows script
Browse files Browse the repository at this point in the history
  • Loading branch information
pmh-only committed Jan 18, 2021
1 parent 5b0012c commit 3c72da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $install_uri = 'https://raw.github.com/Deplux/dpt/migrate-go/build/windows_amd64

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

if (!(Test-Path $BinDir)) {
if (!(Test-Path $install_path)) {
New-Item $install_path -ItemType Directory | Out-Null
}

Expand Down

0 comments on commit 3c72da9

Please sign in to comment.