Skip to content

Commit

Permalink
Use "guru -tags=xxx yyy", not "guru -tags=xxx,yyy"
Browse files Browse the repository at this point in the history
Closes: dominikhgh-252 [via git-merge-pr]
  • Loading branch information
kreg authored and dominikh committed Oct 12, 2018
1 parent 791dfa5 commit 120fb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-guru.el
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ effective name of the current buffer."
(cmd (append (list go-guru-command
"-modified"
"-scope" go-guru-scope
(format "-tags=%s" (mapconcat 'identity go-guru-build-tags ",")))
(format "-tags=%s" (mapconcat 'identity go-guru-build-tags " ")))
flags
(list mode
posn))))
Expand Down

0 comments on commit 120fb91

Please sign in to comment.