Skip to content

Commit

Permalink
[AU ruby]
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Dec 11, 2018
1 parent 06047ed commit 617ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/ruby/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function global:au_GetLatest {
$version = $url[0] -replace '\-([\d]+)','.$1' -replace 'rubyinstaller.' -split '/' | select -Last 1 -Skip 1

@{
Version = $version
Version = Get-FixVersion -Version $version -OnlyFixBelowVersion "2.5.4"
URL32 = $url -notmatch 'x64' | select -first 1
URL64 = $url -match 'x64' | select -first 1
}
Expand Down

0 comments on commit 617ff5f

Please sign in to comment.