fix: make _maybeSetChannelInShorebirdYaml static (#2827)

This commit is contained in:
Bryan Oltman
2025-01-31 11:51:59 -05:00
committed by GitHub
parent 94c6b2c78d
commit 3c6d23836c
@@ -1027,7 +1027,7 @@ This is only applicable when previewing Android releases.''',
/// Sets the channel property in the shorebird.yaml file if none is set or
/// different from the provided channel.
Future<bool> _maybeSetChannelInShorebirdYaml({
static Future<bool> _maybeSetChannelInShorebirdYaml({
required String channel,
required File shorebirdYamlFile,
}) async {