Skip to content

Commit

Permalink
Revert "Change 'repo' link to point to info page by default (#488) --…
Browse files Browse the repository at this point in the history
…autopull"

It's used in more places than I thought.

This reverts commit 6f0c4aa.
  • Loading branch information
Undo1 committed Jan 30, 2017
1 parent 6f0c4aa commit fbab672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globalvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class GlobalVars:

# environ_or_none defined in helpers.py
bot_name = environ_or_none("SMOKEDETECTOR_NAME") or "SmokeDetector"
bot_repository = environ_or_none("SMOKEDETECTOR_REPO") or "//goo.gl/6ylPSc"
bot_repository = environ_or_none("SMOKEDETECTOR_REPO") or "//github.com/Charcoal-SE/SmokeDetector"
chatmessage_prefix = "[{}]({})".format(bot_name, bot_repository)

site_id_dict = {}
Expand Down

0 comments on commit fbab672

Please sign in to comment.