Ensure path is a string

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

View File

@ -33,7 +33,7 @@ module VagrantPlugins
# @param [String] path
def repackage(path)
client.repackage(SDK::Args::Path.new(path: path))
client.repackage(SDK::Args::Path.new(path: path.to_s))
end
# @return [String] path