Skip to content

Commit

Permalink
Fix browser tip to use the gh command
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed May 4, 2016
1 parent 6117df4 commit ca6ce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitsome/web_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def generate_url_contents(self, url):
except (requests.exceptions.SSLError,
requests.exceptions.ConnectionError) as e:
contents = 'Error: ' + str(e) + '\n'
contents += 'Try running hn view # with the --browser/-b flag\n'
contents += 'Try running gh view # with the --browser/-b flag\n'
return contents
contents = self.html_to_text.handle(raw_response.text)
contents = self.format_markdown(contents)
Expand Down

0 comments on commit ca6ce52

Please sign in to comment.