Skip to content

Commit

Permalink
Merge pull request chocolatey#1925 from FLeXyo/patch-1
Browse files Browse the repository at this point in the history
(chocolateyGH-1899) Remove unused variables
  • Loading branch information
gep13 authored Apr 17, 2021
2 parents deda8fe + 3161095 commit 54070f2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ Install-ChocolateyPackage @packageArgs
>
$packageName= 'bob'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$url = 'https://somewhere.com/file.msi'
$url64 = 'https://somewhere.com/file-x64.msi'
$urlTransform = 'https://somewhere.com/file.mst'
$mstFileLocation = Join-Path $toolsDir 'transform.mst'
Expand Down

0 comments on commit 54070f2

Please sign in to comment.