Skip to content

Commit

Permalink
Update commit command to use devchat_python
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbobo2021 committed Dec 14, 2023
1 parent 6afe155 commit 5359905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commit/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: commit changes with commit message in english.
hint: to close Issue #issue_number
input: optional
steps:
- run: $command_python $command_path/commit.py "$input" "english"
- run: $devchat_python $command_path/commit.py "$input" "english"
2 changes: 1 addition & 1 deletion commit/zh/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: 提交当前代码修改.
hint: to close Issue #issue_number
input: optional
steps:
- run: $command_python $command_path/../commit.py "$input" "chinese"
- run: $devchat_python $command_path/../commit.py "$input" "chinese"

0 comments on commit 5359905

Please sign in to comment.