[pve-devel] [PATCH manager] api: pools: fix typo/syntax error

Lorenz Stechauner l.stechauner at proxmox.com
Mon May 10 09:43:13 CEST 2021


Signed-off-by: Lorenz Stechauner <l.stechauner at proxmox.com>
---
 PVE/API2/Pool.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/API2/Pool.pm b/PVE/API2/Pool.pm
index 96cf5959..43375b02 100644
--- a/PVE/API2/Pool.pm
+++ b/PVE/API2/Pool.pm
@@ -74,7 +74,7 @@ __PACKAGE__->register_method ({
 	properties => {
 	    poolid => {
 		type => 'string',
-		format => 'pve-poolid'.
+		format => 'pve-poolid',
 	    },
 	    comment => {
 		type => 'string',
-- 
2.20.1






More information about the pve-devel mailing list