Skip to content

Commit

Permalink
fix: operator for replace was broken in last fixes (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygauthier authored Apr 29, 2022
1 parent 49483b8 commit e82bf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const output = () => {
${details("create", resources_to_create, "+")}
${details("delete", resources_to_delete, "-")}
${details("update", resources_to_update, "!")}
${details("replace", resources_to_replace, "-/+")}
${details("replace", resources_to_replace, "+")}
</details>
`
}
Expand Down

0 comments on commit e82bf94

Please # to comment.