Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 23, 2024
1 parent 6f11ee1 commit 930a7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"application_id": "verygood.ventures.test",
"description": "A generated Very Good Flutter Plugin",
"publishable": false,
"dartFixOutput": true
"dart_fix_output": true
}
2 changes: 1 addition & 1 deletion brick/hooks/post_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:very_good_flutter_plugin_hooks/src/cli/cli.dart';

/// The key for the `dartFixOutput` context variable.
@visibleForTesting
const dartFixOutputVariableKey = 'dartFixOutput';
const dartFixOutputVariableKey = 'dart_fix_output';

Future<void> run(
HookContext context, {
Expand Down

0 comments on commit 930a7ed

Please sign in to comment.