diff options
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/ostree_tag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh index b08441ef9..06a5bc68c 100755 --- a/hack/ostree_tag.sh +++ b/hack/ostree_tag.sh @@ -2,5 +2,5 @@ if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then echo containers_image_ostree_stub else - echo ostree + echo containers_image_ostree fi |