Skip to content

Commit

Permalink
fix line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hsiao authored and Nathan Hsiao committed Sep 2, 2024
1 parent e316ed1 commit 46faeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/cd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn main(args: Vec<String>) -> isize {
println!("failed to get current task");
return -1;
};

// go to root directory
if matches.free.is_empty() {
curr_env.lock().working_dir = Arc::clone(root::get_root());
Expand Down

0 comments on commit 46faeb5

Please sign in to comment.