Skip to content

Commit

Permalink
Add output for forced updates to auto-pr.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Aug 24, 2017
1 parent 733767c commit 3f495c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/auto-pr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ if($push -eq $true) {

. "$psscriptroot\checkver.ps1" * -update -dir $dir
if($specialSnowflakes) {
write-host -f DarkCyan "Forcing update on our special snowflakes: $($specialSnowflakes -join ',')"
$specialSnowflakes | % {
. "$psscriptroot\checkver.ps1" $_ -update -forceUpdate -dir $dir
}
Expand Down

0 comments on commit 3f495c6

Please sign in to comment.