Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 2224210

Browse files
committed
git-help: css selector for command description changed
1 parent e7863c2 commit 2224210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/git-help.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = (robot) ->
3232

3333
$ = require("jquery").create(window)
3434
name = $.trim $('#header .sectionbody .paragraph').text()
35-
desc = $.trim $('#_synopsis + .sectionbody').text()
35+
desc = $.trim $('#_synopsis + .verseblock > .content').text()
3636

3737
if name and desc
3838
msg.send name

0 commit comments

Comments
 (0)