From 66c4c4353c6f8a47d7647514c062df8cfbce5fa8 Mon Sep 17 00:00:00 2001 From: Victor Chudnovsky Date: Thu, 1 Jun 2023 11:57:25 -0700 Subject: [PATCH] chore(migration): fix getting the local monorepo path (#11212) --- scripts/split_repo_migration/multiple-library.post-process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/split_repo_migration/multiple-library.post-process.sh b/scripts/split_repo_migration/multiple-library.post-process.sh index ec8b5e652a8e..cb26da5564c1 100755 --- a/scripts/split_repo_migration/multiple-library.post-process.sh +++ b/scripts/split_repo_migration/multiple-library.post-process.sh @@ -69,7 +69,7 @@ then exit 1 fi -PATH_MONOREPO="$(dirname $(realpath "$1"))" +PATH_MONOREPO="$(realpath "$1")" cat <