We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e3225 commit f829d0dCopy full SHA for f829d0d
src/game.rs
@@ -59,7 +59,7 @@ pub fn run(cfg: &Config) {
59
git::restore(&cfg.game_repo_path)
60
.expect("Failed to restore repository using git");
61
62
- git::checkout("main")
+ git::checkout(&cfg.game_repo_path, "main")
63
.expect("Failed to checkout to main branch");
64
}
65
0 commit comments