Skip to content

Commit a79329f

Browse files
committed
chore: fix owl-bot-staging unpacking
1 parent 5f17e62 commit a79329f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library_generation/owlbot/bin/entrypoint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ if [[ -f "$(pwd)/.OwlBot.yaml" ]]; then
3939
fi
4040

4141
if [[ "${monorepo}" == "true" ]]; then
42-
mv owl-bot-staging/* temp
42+
mkdir temp
43+
mv owl-bot-staging/* temp/
4344
rm -rd owl-bot-staging/
4445
mv temp owl-bot-staging
4546
fi

0 commit comments

Comments
 (0)