Skip to content

Commit

Permalink
Change expected master boot string for netboot back
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Dec 12, 2023
1 parent d37d069 commit d9bccb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def is_master_image_booted(self):
except Exception:
# Any connection error will fail through the normal path
pass
if "Testflinger Test Device Imager" in str(data):
if "Snappy Test Device Imager" in str(data):
return True
else:
return False
Expand Down

0 comments on commit d9bccb2

Please # to comment.