Skip to content

Commit

Permalink
(gh-181) Remove module import
Browse files Browse the repository at this point in the history
Removed module import. Additional module import was causing a run
failure as it was not running in the context of the normal au calling
wrapper which was providing the function context for the
Get-PackageParameters call.

Merge pull request #327 from dgalbraith/feature/anthonymastreon-repository-package-migration/gh-181
  • Loading branch information
dgalbraith authored Jun 7, 2021
2 parents 67b84e6 + f85c53a commit 0c0fdcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion automatic/sqljdbc/update.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

Import-Module au

Import-Module .\tools\chocolateyInstall.ps1
Import-Module ..\..\scripts\chocolatey-helpers\Chocolatey-Helpers.psd1

$ErrorActionPreference = 'STOP'
Expand Down

0 comments on commit 0c0fdcb

Please sign in to comment.