From d95b563e86687b717ea27451d303896fb7e2996c Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 16 Nov 2021 16:33:54 -0600 Subject: [PATCH] Ensure 0 is returned for successful command --- plugins/commands/box/command/outdated.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/commands/box/command/outdated.rb b/plugins/commands/box/command/outdated.rb index 549c4c643..03c94ff0a 100644 --- a/plugins/commands/box/command/outdated.rb +++ b/plugins/commands/box/command/outdated.rb @@ -50,6 +50,7 @@ module VagrantPlugins machine: machine, }.merge(download_options)) end + return 0 end def outdated_global(download_options)