Docfile in rezept-0.4.0 vs Docfile in rezept-0.4.1

- old
+ new

@@ -15,12 +15,12 @@ end end end end -Command "My-RunShellScript" do +Command "Test-Example-RunShellScript" do account_ids [] - include_template "runShellScriptTemplate", commands: "echo 1 >> /tmp/result.txt" + include_template "runShellScriptTemplate", commands: "echo 123 >> /tmp/result.txt" end Command "My-RunShellScript-2" do account_ids [] content do