Skip to content

Commit

Permalink
πŸ› Fix a consequential typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Feb 4, 2021
1 parent 94e4f69 commit 4357354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_firmware_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ def get_update_information(self):
stable_branch={
"name": "Stable",
"branch": "master",
"comittish": ["devel", "master"],
"commitish": ["devel", "master"],
},
prerelease_branches=[
{
"name": "Prerelease",
"branch": "devel",
"comittish": ["devel", "master"],
"commitish": ["devel", "master"],
}
],
# update method: pip
Expand Down

0 comments on commit 4357354

Please sign in to comment.