Skip to content

Commit

Permalink
I'm stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Shywim committed Jul 24, 2017
1 parent 5f72e33 commit 029c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/dopamine/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function global:au_GetLatest {

$version_re = "([1-9][0-9.,]*[0-9])"
$version = $url | Select-String -Pattern $version_re | ForEach-Object { $_.Matches } | ForEach-Object { $_.Value }
$url = $releases + '/' + $url
$url = $releases + $url

$Latest = @{ URL = $url; Version = $version }
return $Latest
Expand Down

0 comments on commit 029c48d

Please sign in to comment.