Skip to content

Commit

Permalink
Small script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Nov 7, 2018
1 parent 62105b0 commit 509b058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/GoRepack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $outputexe = Join-Path $outputfolder $fileNameOfPrimaryExe

If(!(test-path $outputfolder))
{
New-Item -ItemType Directory -Force -Path $outputfolder
New-Item -ItemType Directory -Force -Path $outputfolder
}

Write-Host $directorypath;
Expand Down

0 comments on commit 509b058

Please sign in to comment.