mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
rename Command to Cmd
This commit is contained in:
parent
43d49a348f
commit
1bf94016a7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# copyright: 2015, Vulcano Security GmbH
|
# copyright: 2015, Vulcano Security GmbH
|
||||||
# license: All rights reserved
|
# license: All rights reserved
|
||||||
|
|
||||||
class Command < Vulcano.resource(1)
|
class Cmd < Vulcano.resource(1)
|
||||||
name 'command'
|
name 'command'
|
||||||
def initialize(cmd)
|
def initialize(cmd)
|
||||||
@command = cmd
|
@command = cmd
|
||||||
|
|
Loading…
Reference in a new issue