Skip to content

Commit f04c958

Browse files
committed
fix path to owlbot hermetic yaml
1 parent 380d028 commit f04c958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

monorepo-migration/migrate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ fi
459459

460460
# 7.8 Migrate .OwlBot-hermetic.yaml
461461
echo "Migrating .OwlBot-hermetic.yaml..."
462-
if [ -f "$SOURCE_DIR/.github/.OwlBot-hermetic.yaml" ]; then
463-
SOURCE_OWLBOT="$SOURCE_DIR/.github/.OwlBot-hermetic.yaml"
462+
if [ -f "$SOURCE_DIR/$SOURCE_REPO_NAME/.github/.OwlBot-hermetic.yaml" ]; then
463+
SOURCE_OWLBOT="$SOURCE_DIR/$SOURCE_REPO_NAME/.github/.OwlBot-hermetic.yaml"
464464
else
465465
SOURCE_OWLBOT=""
466466
fi

0 commit comments

Comments
 (0)