Ensure path is a string
This commit is contained in:
parent
d95b563e86
commit
cb458e707a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user