From e633cedb0e97156d44f61155ceabec46c2878b28 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Wed, 24 Jan 2024 15:05:33 +0100 Subject: [PATCH] Update giant-suits-switch.md Signed-off-by: Ben Lambert --- .changeset/giant-suits-switch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/giant-suits-switch.md b/.changeset/giant-suits-switch.md index bf2724c2a5..77d0e62c73 100644 --- a/.changeset/giant-suits-switch.md +++ b/.changeset/giant-suits-switch.md @@ -2,4 +2,4 @@ '@backstage/plugin-azure-devops-backend': patch --- -Fixed bug with `extractPartsFromAsset` (used by the README card feature) that resulted in a leading "." being removed from the path in an otherwise valid path (ex. ".assets/image.png"). The leading "." will now only be moved for paths beginning with "./". +Fixed bug with `extractPartsFromAsset` that resulted in a leading `.` being removed from the path in an otherwise valid path (ex. `.assets/image.png`). The leading `.` will now only be moved for paths beginning with `./`.