Skip to content

Commit

Permalink
Merge pull request #2510 from kilobyte1024/choco-au-69
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Oct 25, 2024
2 parents 4d4719b + 2e80741 commit 7bb5666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/autohotkey/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
function global:au_SearchReplace {
@{
"$($Latest.PackageName).nuspec" = @{
"(\<dependency .+?`"$($Latest.PackageName).install`" version=)`"([^`"]+)`"" = "`$1`"$($Latest.Version)`""
"(\<dependency .+?`"$($Latest.PackageName).install`" version=)`"([^`"]+)`"" = "`$1`"[$($Latest.Version)]`""
}
}
}
Expand Down

0 comments on commit 7bb5666

Please sign in to comment.