Skip to content

Commit

Permalink
main.py: Fix missed method rename
Browse files Browse the repository at this point in the history
Fixes: 9fe3d09 ("main.py: s/Resume/Repair/g")
Fixes: #149
Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed Nov 8, 2022
1 parent 791c043 commit 98d3f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def get_os_size_and_info(self, free_size, min_size, template):
self.ins.load_ipsw(ipsw)
return os_size

def action_resume_or_upgrade(self, oses, upgrade):
def action_repair_or_upgrade(self, oses, upgrade):
choices = {str(i): f"{p.desc}\n {str(o)}" for i, (p, o) in enumerate(oses)}

if len(choices) > 1:
Expand Down

0 comments on commit 98d3f79

Please sign in to comment.