Skip to content

Commit

Permalink
chore(migration): fix getting the local monorepo path (#11212)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchudnov-g committed Jun 1, 2023
1 parent c4d0131 commit 66c4c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ then
exit 1
fi

PATH_MONOREPO="$(dirname $(realpath "$1"))"
PATH_MONOREPO="$(realpath "$1")"
cat <<EOF
Post-processing multiple pacakges
PATH_MONOREPO: ${PATH_MONOREPO}
Expand Down

0 comments on commit 66c4c43

Please sign in to comment.