This commit is contained in:
2025-07-30 13:15:09 +02:00
parent f143e3cf48
commit bc92114918
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ fn do() ! {
base.redis_install()!
// herocmds.cmd_bootstrap(mut cmd)
// herocmds.cmd_run(mut cmd)
herocmds.cmd_run(mut cmd)
herocmds.cmd_git(mut cmd)
// herocmds.cmd_init(mut cmd)
// herocmds.cmd_imagedownsize(mut cmd)

View File

@@ -23,7 +23,7 @@ pub fn run(args_ PlayArgs) !PlayBook {
playbook.new(text: args.heroscript, path: args.heroscript_path)!
}
plbook = play_core(plbook:plbook)!
plbook = play_git.play(mut plbook)!
plbook = play_git(plbook:plbook)!
// plbook = play_ssh(mut plbook)!
// play_publisher(mut plbook)!