Skip to content

Commit

Permalink
trailing newline
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
Andrew Mason committed Sep 28, 2023
1 parent 0c74b6a commit b6cda52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sync_cobradocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ git add $(git diff -I"^commit:.*$" --numstat | awk '{print $3}' | xargs)
git checkout -- .
# Add any net-new files that were missed in the first `git add`.
git add .
git commit -sm "sync cobradocs to latest release branches"
git commit -sm "sync cobradocs to latest release branches"

0 comments on commit b6cda52

Please sign in to comment.