Skip to content

Commit

Permalink
Update repo urls to new org
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Oct 18, 2021
1 parent 542899c commit 486c07e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Want to help?

[ClueBot III](https://en.wikipedia.org/wiki/User:ClueBot_III) needs some TLC/performance work doing to it, to bring it up to newer standards and ensure a better service to the users.

If you'd like to help improve the bot, feel free to send some [pull requests](https://github.com/DamianZaremba/cluebot3/pulls).
If you'd like to help improve the bot, feel free to send some [pull requests](https://github.com/cluebotng/cluebot3/pulls).
4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _get_latest_github_release(org, repo):
return r.json()["tag_name"]


RELEASE = _get_latest_github_release("damianzaremba", "cluebot3")
RELEASE = _get_latest_github_release("cluebotng", "cluebot3")
TOOL_DIR = PosixPath("/data/project/cluebot3")

c = Connection(
Expand All @@ -31,7 +31,7 @@ def _setup():
release_dir = f'{TOOL_DIR / "apps" / "cluebot3"}'
if not files.exists(c, release_dir):
print("Cloning repo")
c.sudo(f"git clone https://github.com/damianzaremba/cluebot3.git {release_dir}")
c.sudo(f"git clone https://github.com/cluebotng/cluebot3.git {release_dir}")


def _stop():
Expand Down

0 comments on commit 486c07e

Please sign in to comment.