bundles/octoprint: fix typo in check_octoprint_update
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
e40f88aa69
commit
ca7f3ed4a6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ updates = set()
|
|||
for identifier, info in json['information'].items():
|
||||
if info['updateAvailable']:
|
||||
updates.add('{} ({} → {})'.format(
|
||||
info['displayName']
|
||||
info['displayName'],
|
||||
info['information']['local']['value'],
|
||||
info['information']['remote']['value'],
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue