Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinc-OS authored Jan 19, 2021
1 parent 129b498 commit ea39f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuousprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ def get_update_information(self):
prerelease_branches=[
dict(
name="Release Candidate",
branch="dev-rc",
comittish=["dev-rc", "master"],
branch="rc",
comittish=["rc", "master"],
)
],
# update method: pip
Expand Down

0 comments on commit ea39f5a

Please sign in to comment.