Skip to content

Commit

Permalink
Misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kai2nenobu committed Jun 16, 2019
1 parent 9f791a9 commit 68dd69b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ghq/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'

$packageArgs = @{
PackageName = 'ghq'
Expand Down

0 comments on commit 68dd69b

Please sign in to comment.