diff options
-rwxr-xr-x | hack/ostree_tag.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh index f7bccf127..b08441ef9 100755 --- a/hack/ostree_tag.sh +++ b/hack/ostree_tag.sh @@ -1,4 +1,6 @@ #!/bin/bash if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then echo containers_image_ostree_stub +else + echo ostree fi |