1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-12 21:57:23 +03:00

Fil typo, thanks to goberle <goberle@unistra.fr>

This commit is contained in:
Ruben S. Montero 2016-04-18 11:32:34 +02:00
parent d0fb1f1cb3
commit 6b7f9c457b

View File

@ -76,7 +76,7 @@ class MarketPlaceDriver < OpenNebulaDriver
d.split('/')[-1]
end
elsif market_type.class == String
@types = [marke_type]
@types = [market_type]
else
@types = market_type
end