Compare commits

...

2 Commits

Author SHA1 Message Date
Denis Knauf f780eccc6a version 0.3.3 typo bugfix 2024-03-28 23:31:01 +01:00
Denis Knauf 5eb6cd52eb typo fixed 2024-03-28 17:48:03 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -406,7 +406,7 @@ module Proxmox
end
def refresh!
__updata__ rest_get( "#{@rest_prefix}/status/current").merge( node: @node, t: @t)
__update__ rest_get( "#{@rest_prefix}/status/current").merge( node: @node, t: @t)
end
def __update__ **data

View File

@ -1,3 +1,3 @@
module PVE
VERSION = '0.3.2'
VERSION = '0.3.3'
end