Skip to content

Commit

Permalink
fix public scope bindings (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner authored Oct 20, 2023
1 parent d12e6b6 commit 74ba783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"replaceWith": "$(TargetAllocatorTag)"
},
{
"find": "__TARGETALLOCATOR_TAG__",
"find": "__CONFIGREADER_TAG__",
"replaceWith": "$(ConfigReaderTag)"
},
{
Expand Down

0 comments on commit 74ba783

Please sign in to comment.