Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jul 9, 2020
1 parent bb9e287 commit 3a374f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_installer/bootloader/bootloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ def detect(cls):
@classmethod
def get_image_path(cls, image):
"""returns the image path"""
prefix = Host_PATH + '/' + IMAGE_DIR_PREFIX
prefix = HOST_PATH + '/' + IMAGE_DIR_PREFIX
return image.replace(IMAGE_PREFIX, prefix)

0 comments on commit 3a374f3

Please sign in to comment.