diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh index bae9d510..ac6bec61 100755 --- a/hack/ostree_tag.sh +++ b/hack/ostree_tag.sh @@ -1,6 +1,4 @@ #!/bin/bash if pkg-config ostree-1 2> /dev/null ; then - echo ostree -else - echo containers_image_ostree_stub + echo containers_image_ostree fi