Skip to content

Commit 3b7e173

Browse files
chore: fix typo in update-docs.sh (#63)
Signed-off-by: shangchenglumetro <[email protected]>
1 parent 5cd3e91 commit 3b7e173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git init
66
git config user.name "Jovansonlee Cesar"
77
git config user.email "[email protected]"
88
git add . -A
9-
git commit -m "Commiting docs to github pages"
9+
git commit -m "Committing docs to github pages"
1010
git remote add origin https://github.com/ivanceras/r2d2-sqlite
1111
git checkout -b gh-pages
1212
git push --force origin gh-pages

0 commit comments

Comments
 (0)