Skip to content

Commit

Permalink
fix: remove tag from current_image_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Oct 15, 2023
1 parent 62a2fa9 commit 7953962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/ublue-update.d/system/00-system-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def check_for_rebase():
.replace(
"ostree-unverified-registry:", "ostree-unverified-image:docker://"
) # replace shorthand
.split(":")
.split(":").pop()
)
if current_image_ref == default_image_ref:
return False, ""
Expand Down

0 comments on commit 7953962

Please sign in to comment.