We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c673a commit 88825adCopy full SHA for 88825ad
src/Atc.CodingRules.Updater.CLI/Commands/RunCommand.cs
@@ -21,7 +21,7 @@ public override Task<int> ExecuteAsync(
21
private async Task<int> ExecuteInternalAsync(
22
RunCommandSettings settings)
23
{
24
- if (!NetworkInformationHelper.HasConnection())
+ if (!NetworkInformationHelper.HasHttpConnection())
25
26
System.Console.WriteLine("This tool requires internet connection!");
27
return ConsoleExitStatusCodes.Failure;
0 commit comments