diff --git a/plugins/commands/package/command.rb b/plugins/commands/package/command.rb index 5921f8cc5..947e5f222 100644 --- a/plugins/commands/package/command.rb +++ b/plugins/commands/package/command.rb @@ -1,4 +1,5 @@ require 'optparse' +require 'securerandom' module VagrantPlugins module CommandPackage