Skip to content

Commit

Permalink
Merge pull request #798 from agrare/fix_vim_current_time
Browse files Browse the repository at this point in the history
Fix API call to get Current Time
  • Loading branch information
kbrock authored Apr 11, 2022
2 parents 382c23b + e1c22b5 commit d928efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def with_heartbeat(vim)

# Run an API call periodically to ensure vCenter doesn't
# timeout our session out from under us
vim.currentTime
vim.serviceInstance.CurrentTime
end
end

Expand Down

0 comments on commit d928efc

Please sign in to comment.