Skip to content

Commit 5b1e2fd

Browse files
shargonAnnaShaleva
andauthored
Update src/Neo.CLI/CLI/MainService.Plugins.cs
Co-authored-by: Anna Shaleva <[email protected]>
1 parent 59d3217 commit 5b1e2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo.CLI/CLI/MainService.Plugins.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private static async Task<Stream> DownloadPluginAsync(string pluginName, Version
9393
var jsonRelease = json.AsArray()
9494
.FirstOrDefault(s =>
9595
s?["tag_name"]?.GetValue<string>() == pluginVersionString &&
96-
s["prerelease"]?.GetValue<bool>() == prerelease);
96+
s?["prerelease"]?.GetValue<bool>() == prerelease);
9797

9898
if (jsonRelease == null)
9999
{

0 commit comments

Comments
 (0)