This commit is contained in:
2025-02-05 07:57:05 +03:00
parent 01991027cc
commit c2eef5a6ab
15 changed files with 236 additions and 223 deletions

View File

@@ -49,10 +49,9 @@ pub fn new(args_ SimulatorArgs) !Simulator {
mut gs := gittools.new()!
mut repo := gs.get_repo(
url: args.git_url
pull: args.git_pull
reset: args.git_reset
reload: false
)!
pull: args.git_pull
reset: args.git_reset
)!
args.path = repo.path()
}

View File

@@ -54,10 +54,9 @@ pub fn new(args_ SimulatorArgs) !Simulator {
mut gs := gittools.new()!
mut repo := gs.get_repo(
url: args.git_url
pull: args.git_pull
reset: args.git_reset
reload: false
)!
pull: args.git_pull
reset: args.git_reset
)!
args.path = repo.path()
}