Skip to content

Commit

Permalink
Improve getFlutterConfigAndEnsureSufficientVersion function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMamak committed Oct 26, 2024
1 parent a57e2d2 commit d8e4403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flutter_config_version_guard.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func flutterConfigFromCommand(cmd *cobra.Command) *flutter.FlutterConfig {
}

// getFlutterConfigAndEnsureSufficientVersion gets Flutter project configuration,
// puts it in the context and verifies if poe2arb version matches constraint.
// puts it in the command's context and verifies if poe2arb version matches constraint.
func getFlutterConfigAndEnsureSufficientVersion(cmd *cobra.Command, _ []string) error {
log := getLogger(cmd)

Expand Down

0 comments on commit d8e4403

Please sign in to comment.