]> git.proxmox.com Git - qemu-server.git/commitdiff
fixup: correct initial prefix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 May 2019 06:05:51 +0000 (06:05 +0000)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 May 2019 06:05:51 +0000 (06:05 +0000)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/qm.pm

index c489ec2d74c49cb210f6f1d957abd2f405fd87b3..87b97ce08da9e597e1ce37f26d5c984cc4a09d0a 100755 (executable)
@@ -967,7 +967,7 @@ our $cmddef = {
                            }
                        };
 
                            }
                        };
 
-                       $snapshottree->('->', $root, $snapshots);
+                       $snapshottree->('`->', $root, $snapshots);
                    }],
 
     rollback => [ "PVE::API2::Qemu", 'rollback', ['vmid', 'snapname'], { node => $nodename } , $upid_exit ],
                    }],
 
     rollback => [ "PVE::API2::Qemu", 'rollback', ['vmid', 'snapname'], { node => $nodename } , $upid_exit ],