Skip to content

Commit

Permalink
Unbreak wkdev-update.
Browse files Browse the repository at this point in the history
This is a regression of 43dd7b8.
Remove usage of get_sdk_qualified_name_and_tag, which no longer exists.
  • Loading branch information
nikolaszimmermann committed Jun 27, 2024
1 parent fe2c7f1 commit 124aad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/host-only/wkdev-update
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ run() {
try_update_sdk_repository
popd &>/dev/null

update_image "$(get_sdk_qualified_name_and_tag)"
update_image "$(get_sdk_qualified_name):$(get_default_container_tag)"

update_containers_using_image "$(get_sdk_qualified_name_and_tag)"
update_containers_using_image "$(get_sdk_qualified_name):$(get_default_container_tag)"

echo ""
echo "-> Finished."
Expand Down

0 comments on commit 124aad4

Please sign in to comment.