* [pve-devel] [PATCH manager] api: pools: fix typo/syntax error
@ 2021-05-10 7:43 Lorenz Stechauner
2021-05-10 15:12 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Lorenz Stechauner @ 2021-05-10 7:43 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Lorenz Stechauner <l.stechauner@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-10 15:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 7:43 [pve-devel] [PATCH manager] api: pools: fix typo/syntax error Lorenz Stechauner
2021-05-10 15:12 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox