Skip to content

Commit

Permalink
print current dir for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Aug 23, 2024
1 parent 0ca721d commit efbc0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/install_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ async fn handle_rollback(config: &Config) -> Result<()> {
}
}

println!("Current working directory: {:?}", env::current_dir());
let nightly_file = fs::read_to_string("nightly/bob.json").await?;
println!("hello i am here");
let mut json_struct: UpstreamVersion = serde_json::from_str(&nightly_file)?;
let id: String = json_struct
.target_commitish
Expand Down

0 comments on commit efbc0c4

Please sign in to comment.