Docfile in rezept-0.4.1 vs Docfile in rezept-0.4.2
- old
+ new
@@ -17,10 +17,10 @@
end
end
Command "Test-Example-RunShellScript" do
account_ids []
- include_template "runShellScriptTemplate", commands: "echo 123 >> /tmp/result.txt"
+ include_template "runShellScriptTemplate", commands: "echo example >> /tmp/result.txt"
end
Command "My-RunShellScript-2" do
account_ids []
content do