From 2c222ef704b378b8bd42af4ea4e5bb91915134e5 Mon Sep 17 00:00:00 2001 From: Brian Gates Date: Sun, 3 May 2026 17:11:57 -0400 Subject: [PATCH] Update plugindata to include rootdir in content --- PureStoragePlugin.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PureStoragePlugin.pm b/PureStoragePlugin.pm index b173434..ab608a5 100644 --- a/PureStoragePlugin.pm +++ b/PureStoragePlugin.pm @@ -151,8 +151,8 @@ sub type { sub plugindata { return { - content => [ { images => 1, none => 1 }, { images => 1 } ], - format => [ { raw => 1 }, "raw" ], + content => [ { images => 1, rootdir => 1, none => 1 }, { images => 1, rootdir => 1 } ], + format => [ { raw => 1 }, "raw" ], }; }