bugfix: fix gem to string

This commit is contained in:
Christoph Hartmann 2015-10-01 22:45:27 +02:00
parent f4a7ee9af0
commit 2a5736b8f9

View file

@ -39,6 +39,6 @@ class GemPackage < Vulcano.resource(1)
end
def to_s
"pip package #{@package_name}"
"gem package #{@package_name}"
end
end