Skip to content

Commit

Permalink
Merge pull request #173 from canonical/fix-netboot-image-boot-check
Browse files Browse the repository at this point in the history
Fix: Change expected master boot string for netboot back
  • Loading branch information
plars authored Dec 12, 2023
2 parents d37d069 + d9bccb2 commit 2929fe1
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 2929fe1

Please # to comment.