From b12f4d9769750a436bc032ae39554d2f90a86c30 Mon Sep 17 00:00:00 2001 From: jrwpatterson Date: Wed, 13 Sep 2023 09:41:41 +1000 Subject: [PATCH] fix(docs) fix lint issue Signed-off-by: jrwpatterson --- .changeset/brown-cameras-marry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/brown-cameras-marry.md b/.changeset/brown-cameras-marry.md index f87dc19b74..cfa6911842 100644 --- a/.changeset/brown-cameras-marry.md +++ b/.changeset/brown-cameras-marry.md @@ -2,4 +2,4 @@ '@backstage/cli': patch --- -Added the ability to specify the listen address for the `--inspect` and `--inspect-brk` command. You can now set the ip and port of the `inspect` and `inspectBrk` by adding for example `--inspect=0.0.0.0:9229` +Added the ability to specify the listen address for the `--inspect` and `--inspect-brk` command. You can now set the `ip` and port of the `inspect` and `inspectBrk` by adding for example `--inspect=0.0.0.0:9229`