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 3e6f861 commit 40ff004Copy full SHA for 40ff004
src/game.rs
@@ -58,6 +58,9 @@ pub fn run(cfg: &Config) {
58
59
git::restore(&cfg.game_repo_path)
60
.expect("Failed to restore repository using git");
61
+
62
+ git::checkout("main")
63
+ .expect("Failed to checkout to main branch")
64
}
65
66
fn copy_dir_all(from: &str, to: &str) -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
0 commit comments