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 = [