Skip to content

Commit a1ce543

Browse files
fix: track newly added Domain
1 parent 82b7e06 commit a1ce543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-to-latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if ! git diff --no-ext-diff --quiet --exit-code; then
6161
git config user.name 'DevTools Bot'
6262
git config user.email '24444246+devtools-bot@users.noreply.github.com'
6363

64-
# if new Domain is added include it in the tracked files
64+
# if new Domain is added include it in the tracked files
6565
git add *.pdl
6666
# commit so we can use the new commit in the changelog
6767
git commit --all -m "Roll protocol to r$commit_rev"

0 commit comments

Comments
 (0)