From 4e5f7e064d870b821eef29ef34931e0de29db0c8 Mon Sep 17 00:00:00 2001 From: gpillon <75976029+gpillon@users.noreply.github.com> Date: Tue, 4 Apr 2023 18:41:36 +0200 Subject: [PATCH] fixed typo in imageio-client example There was a typo in the example, $ ./ovit-imageio -c test -> $ ./ovirt-imageio -c test Signed-off-by: gpillon --- examples/imageio-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/imageio-client b/examples/imageio-client index 3fafd812..0b109208 100755 --- a/examples/imageio-client +++ b/examples/imageio-client @@ -19,7 +19,7 @@ In another shell, start the ovirt-imageio daemon running as current user and group: $ cd ../daemon - $ ./ovit-imageio -c test + $ ./ovirt-imageio -c test We can control the daemon now using ../daemon/test/daemon.sock.