lib/fog/compute/proxmox/requests/get_task.rb in fog-proxmox-0.6.0 vs lib/fog/compute/proxmox/requests/get_task.rb in fog-proxmox-0.7.0

- old
+ new

@@ -17,11 +17,11 @@ # along with Fog::Proxmox. If not, see <http://www.gnu.org/licenses/>. # frozen_string_literal: true module Fog - module Compute - class Proxmox + module Proxmox + class Compute # class Real get_task collection class Real def get_task(node, upid) request( expects: [200],