Skip to content

Commit ada235f

Browse files
committed
updated sync_ci_to_adjacent_repos.sh
1 parent 3c8d1b9 commit ada235f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cicd/sync_ci_to_adjacent_repos.sh

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ while read -r repo dir; do
7878
continue
7979
fi
8080
perl -pe "s/(?<!- )(devops-)*bash-tools/$repo/i" "$filename" > "$tmpfile"
81+
sed -i "s/directory=\"$repo\"/directory=\"$dir\"/g" "$tmpfile"
8182
if is_mac; then
8283
octal_perms="$(stat -f "%A" "$filename")"
8384
else

0 commit comments

Comments
 (0)