From 4593500bcfd189fdc60368df15dce0a3b9d3bbbf Mon Sep 17 00:00:00 2001 From: richie3366 Date: Sat, 6 Apr 2019 20:08:38 +0200 Subject: [PATCH] Fixed typo --- lib/proxmox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/proxmox.js b/lib/proxmox.js index cbe6104..eb52581 100644 --- a/lib/proxmox.js +++ b/lib/proxmox.js @@ -879,7 +879,7 @@ module.exports = function(name, pwd, hostname) { }, getResources: function (callback) { data = {}; - url = '/cluster/rescources'; + url = '/cluster/resources'; get(url,data, callback); }, getTasks: function (callback) {