mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +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
|
||||
# license: All rights reserved
|
||||
|
||||
class Command < Vulcano.resource(1)
|
||||
class Cmd < Vulcano.resource(1)
|
||||
name 'command'
|
||||
def initialize(cmd)
|
||||
@command = cmd
|
||||
|
|
Loading…
Reference in a new issue