Skip to content

Commit 41c221f

Browse files
hepheircotes2020
authored andcommitted
Fix typo
change function name "deoply" -> "deploy" @ ln45, 64
1 parent 7b9791f commit 41c221f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ flush() {
4242
mv "$_backup_dir"/* .
4343
}
4444

45-
deoply() {
45+
deploy() {
4646
git config --global user.name "GitHub Actions"
4747
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4848

@@ -61,7 +61,7 @@ main() {
6161
init
6262
backup
6363
flush
64-
deoply
64+
deploy
6565
}
6666

6767
main

0 commit comments

Comments
 (0)