We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b7e06 commit 6736381Copy full SHA for 6736381
1 file changed
scripts/update-to-latest.sh
@@ -61,7 +61,7 @@ if ! git diff --no-ext-diff --quiet --exit-code; then
61
git config user.name 'DevTools Bot'
62
git config user.email '24444246+devtools-bot@users.noreply.github.com'
63
64
- # if new Domain is added include it in the tracked files
+ # if new Domain is added include it in the tracked files
65
git add *.pdl
66
# commit so we can use the new commit in the changelog
67
git commit --all -m "Roll protocol to r$commit_rev"
0 commit comments