all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [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

* [pve-devel] applied: [PATCH manager] api: pools: fix typo/syntax error
  2021-05-10  7:43 [pve-devel] [PATCH manager] api: pools: fix typo/syntax error Lorenz Stechauner
@ 2021-05-10 15:12 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-05-10 15:12 UTC (permalink / raw)
  To: Proxmox VE development discussion, Lorenz Stechauner

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

applied, thanks!




^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal