From 9b669116b790203c768ce925e46264ce56e74168 Mon Sep 17 00:00:00 2001 From: Andrew Gracey Date: Mon, 6 Jan 2025 08:02:29 -0800 Subject: [PATCH] removing extra quotes --- asciidoc/integrations/nats.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc/integrations/nats.adoc b/asciidoc/integrations/nats.adoc index 506f8f20..868cc1d3 100644 --- a/asciidoc/integrations/nats.adoc +++ b/asciidoc/integrations/nats.adoc @@ -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 ----