From d3eb0b3281cf38c28b157cbdecf06646bd470a60 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 24 Mar 2017 14:56:54 +0000 Subject: [PATCH] testing/ceph: fix typo --- testing/ceph/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index 397c30c8b67..46b1dd69686 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -5,7 +5,7 @@ pkgname=ceph pkgver=11.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="User space components of the Ceph file system" pkgusers="ceph" pkggroups="ceph" @@ -237,7 +237,7 @@ common() { cephfs-journal-tool \ cephfs-table-tool \ rados \ - rdb \ + rbd \ rbd-replay \ rbd-replay-many \ rbdmap \