Skip to content

Commit c57753e

Browse files
authored
fix(issue-template): 修正 bug 报告模板中的 composer 命令以匹配项目名称 (#658)
1 parent 7bbc5c0 commit c57753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
执行命令并粘贴以下结果。
1111

12-
Command: `uname -a && php -v && composer info | grep mine && php --ri swoole`
12+
Command: `uname -a && php -v && composer info | grep mineadmin && php --ri swoole`
1313

1414
```bash
1515
# Paste the result here.

0 commit comments

Comments
 (0)