Skip to content

Commit

Permalink
fix: make _maybeSetChannelInShorebirdYaml static (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman authored Jan 31, 2025
1 parent 94c6b2c commit 3c6d238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3c6d238

Please sign in to comment.