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

@@ -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)!