diff --git a/plugins/commands/serve/client/box_collection.rb b/plugins/commands/serve/client/box_collection.rb index 2226ea8d8..6b1d971af 100644 --- a/plugins/commands/serve/client/box_collection.rb +++ b/plugins/commands/serve/client/box_collection.rb @@ -52,7 +52,7 @@ module VagrantPlugins res = client.find(SDK::BoxCollection::FindRequest.new( name: name, version: version, providers: Array(providers) )) - rescue + rescue GRPC::NotFound logger.debug("box not found!") return nil end