rename Command to Cmd

This commit is contained in:
Christoph Hartmann 2015-09-14 14:58:39 +02:00 committed by Dominik Richter
parent 43d49a348f
commit 1bf94016a7

View file

@ -2,7 +2,7 @@
# copyright: 2015, Vulcano Security GmbH
# license: All rights reserved
class Command < Vulcano.resource(1)
class Cmd < Vulcano.resource(1)
name 'command'
def initialize(cmd)
@command = cmd