From 8ccbdb2dbf2b0c6ddd648e40648c198be8a3cfed Mon Sep 17 00:00:00 2001 From: ovalice <31350208+ovalice@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:21:57 +0100 Subject: [PATCH] Fix typo in changeset Signed-off-by: ovalice <31350208+ovalice@users.noreply.github.com> --- .changeset/wise-moons-begin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/wise-moons-begin.md b/.changeset/wise-moons-begin.md index ba7a8bbed0..b1d9c165af 100644 --- a/.changeset/wise-moons-begin.md +++ b/.changeset/wise-moons-begin.md @@ -2,4 +2,4 @@ '@backstage/backend-common': patch --- -KubernetesContainerRunner.runContainer no longer closes the `logStream` is receives as input. +KubernetesContainerRunner.runContainer no longer closes the `logStream` it receives as input.