projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
450d7ef
)
CLIHandler: record missing JSONSchema usage
author
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Fri, 22 Nov 2019 18:30:17 +0000
(19:30 +0100)
committer
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Fri, 22 Nov 2019 18:30:38 +0000
(19:30 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/CLIHandler.pm
patch
|
blob
|
history
diff --git
a/src/PVE/CLIHandler.pm
b/src/PVE/CLIHandler.pm
index
86c90fb
..
249c7cc
100644
(file)
--- a/
src/PVE/CLIHandler.pm
+++ b/
src/PVE/CLIHandler.pm
@@
-8,6
+8,7
@@
use Scalar::Util qw(weaken);
use PVE::SafeSyslog;
use PVE::Exception qw(raise raise_param_exc);
+use PVE::JSONSchema;
use PVE::RESTHandler;
use PVE::PTY;
use PVE::INotify;