From a341a8716a979364b5e801a826136ecf9c8d4bca Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 11 Feb 2021 20:14:47 +0100 Subject: [PATCH] chore: changeset --- .changeset/tough-worms-clap.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tough-worms-clap.md diff --git a/.changeset/tough-worms-clap.md b/.changeset/tough-worms-clap.md new file mode 100644 index 0000000000..3a18593549 --- /dev/null +++ b/.changeset/tough-worms-clap.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +Fix parsing of the path to default to empty string not undefined if git-url-parse throws something we don't expect. Fixes the error `The "path" argument must be of type string.` when preparing.