Skip to content

Commit

Permalink
dump from this.attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Oct 22, 2024
1 parent 13e811d commit 7b8a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yamler/yamler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class YamlER {
}

dump(): string {
return dump(this.load())
return dump(this.attributes)
}

private readFile(filePath: string): string {
Expand Down

0 comments on commit 7b8a6f2

Please sign in to comment.