From dfd42ecf3a2eac3acd7e990fff7a87e110091019 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 31 Jan 2025 09:19:09 -0500 Subject: [PATCH] chore: correct comments --- packages/shorebird_cli/lib/src/doctor.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/shorebird_cli/lib/src/doctor.dart b/packages/shorebird_cli/lib/src/doctor.dart index c984727d..74198549 100644 --- a/packages/shorebird_cli/lib/src/doctor.dart +++ b/packages/shorebird_cli/lib/src/doctor.dart @@ -24,10 +24,8 @@ class Doctor { /// Validators that verify shorebird will work on iOS. final List iosCommandValidators = []; - /// Validators that verify shorebird will work on Windows. - final List linuxCommandValidators = [ - // Check whether powershell is installed? - ]; + /// Validators that verify shorebird will work on Linux. + final List linuxCommandValidators = []; /// Validators that verify shorebird will work on macOS. final List macosCommandValidators = [