Skip to content

Commit 4357354

Browse files
committed
🐛 Fix a consequential typo
1 parent 94e4f69 commit 4357354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

octoprint_firmware_check/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ def get_update_information(self):
165165
stable_branch={
166166
"name": "Stable",
167167
"branch": "master",
168-
"comittish": ["devel", "master"],
168+
"commitish": ["devel", "master"],
169169
},
170170
prerelease_branches=[
171171
{
172172
"name": "Prerelease",
173173
"branch": "devel",
174-
"comittish": ["devel", "master"],
174+
"commitish": ["devel", "master"],
175175
}
176176
],
177177
# update method: pip

0 commit comments

Comments
 (0)