Skip to content

Commit

Permalink
removing extra quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
agracey committed Jan 6, 2025
1 parent 96a230b commit 9b66911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoc/integrations/nats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The following command adds `nats` in the build tags to enable the NATS built-in

[,bash]
----
sed -i '' 's/TAGS="ctrd/TAGS="nats ctrd/g' scripts/build
sed -i 's/TAGS="ctrd/TAGS="nats ctrd/g' scripts/build
make local
----

Expand Down

0 comments on commit 9b66911

Please sign in to comment.