From 4357354c4976ec23767087995ed02a0526b67d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 4 Feb 2021 17:18:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20a=20consequential=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- octoprint_firmware_check/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_firmware_check/__init__.py b/octoprint_firmware_check/__init__.py index 43c5228..bc2070e 100644 --- a/octoprint_firmware_check/__init__.py +++ b/octoprint_firmware_check/__init__.py @@ -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