Skip to content

Commit

Permalink
fix: update envinroment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-bil committed Aug 1, 2024
1 parent de67e7f commit 8b5b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/commands/brick_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class BrickCommand extends Command<void> {
Map<String, dynamic> updates,
) {
for (final entry in updates.entries) {
environment.update(entry.key, (_) => entry.value);
environment[entry.key] = entry.value;
}
}

Expand Down

0 comments on commit 8b5b963

Please sign in to comment.