From 1bf94016a720083116e8ecff937ca71f20adfd9f Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 14 Sep 2015 14:58:39 +0200 Subject: [PATCH] rename Command to Cmd --- lib/resources/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resources/command.rb b/lib/resources/command.rb index 44f3daf38..107b50a02 100644 --- a/lib/resources/command.rb +++ b/lib/resources/command.rb @@ -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