Skip to content

Commit

Permalink
fix: Package Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Apr 24, 2024
1 parent 8d5bf9c commit a3d13da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/katana_cli/lib/src/framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ExecContext {
///
/// [yaml]`katana.yaml`に保存します。
Future<void> save() async {
final content = YAMLWriter().write(yaml);
final content = YamlWriter().write(yaml);
await File("katana.yaml").writeAsString(content);
}
}
Expand Down

0 comments on commit a3d13da

Please sign in to comment.