summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-07-22 19:39:55 +0200
committerGitHub <noreply@github.com>2019-07-22 19:39:55 +0200
commit69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4 (patch)
tree1827aae8a3516e3bc9095418d4923d78cddf66a1 /hack
parentab7b47ca60da11f9e24688cfe2ae3d00eb123471 (diff)
parentc1b792c1e0326b95e1d37733731f2d8a130bebbd (diff)
downloadpodman-69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4.tar.gz
podman-69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4.tar.bz2
podman-69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4.zip
Merge pull request #3598 from vrothberg/update-image
vendor github.com/containers/image@v2.0.1
Diffstat (limited to 'hack')
-rwxr-xr-xhack/ostree_tag.sh2
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