From adb65b9889fff94afdf16a1d977ac24eaf4f93c5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 15 Feb 2021 08:58:05 +0100 Subject: [PATCH] tape: fix proxmox-tape pool config command --- src/bin/proxmox_tape/pool.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/proxmox_tape/pool.rs b/src/bin/proxmox_tape/pool.rs index fc6bf4da..a20bb33f 100644 --- a/src/bin/proxmox_tape/pool.rs +++ b/src/bin/proxmox_tape/pool.rs @@ -133,7 +133,6 @@ fn get_config( let options = default_table_format_options() .column(ColumnConfig::new("name")) - .column(ColumnConfig::new("drive")) .column(ColumnConfig::new("allocation")) .column(ColumnConfig::new("retention")) .column(ColumnConfig::new("template"))