Ensure 0 is returned for successful command

This commit is contained in:
sophia 2021-11-16 16:33:54 -06:00 committed by Paul Hinze
parent b12393ce2c
commit d95b563e86
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -50,6 +50,7 @@ module VagrantPlugins
machine: machine,
}.merge(download_options))
end
return 0
end
def outdated_global(download_options)