Skip to content

Commit

Permalink
remove extra #
Browse files Browse the repository at this point in the history
  • Loading branch information
bford002 committed Aug 8, 2024
1 parent d9d1a9f commit 877e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slax_web/websockets/issue.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule SlaxWeb.Issue do
defp maybe_load_from_default_repo(default_repo, issue_number) do
case default_repo do
nil ->
"Use the format 'org/repo##{issue_number}' or set a default repo for this channel with '/slax'."
"Use the format 'org/repo#{issue_number}' or set a default repo for this channel with '/slax'."

_ ->
org_name = default_repo.org_name
Expand Down

0 comments on commit 877e675

Please sign in to comment.