Skip to content

Commit

Permalink
Update Update-AUPackages.ps1
Browse files Browse the repository at this point in the history
Missed a Sig Notation
  • Loading branch information
RedBaron2 authored May 8, 2018
1 parent 8cda6d8 commit 7645211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/Public/Update-AUPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function Update-AUPackages {
$global:au_Force = $Options.Force
$global:au_WhatIf = $Options.WhatIf
$global:au_Result = 'pkg'
$global:au_NoCheckChocoVersion = $Options.NoCheckChocoVersion # RBZ Edit
$global:au_NoCheckChocoVersion = $Options.NoCheckChocoVersion

if ($Options.BeforeEach) {
$s = [Scriptblock]::Create( $Options.BeforeEach )
Expand Down

0 comments on commit 7645211

Please sign in to comment.