Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hsiao authored and Nathan Hsiao committed Sep 6, 2024
1 parent e06c19b commit dbdcf06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/cd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pub fn main(args: Vec<String>) -> isize {
curr_env.lock().working_dir = Arc::clone(root::get_root());
} else {
let path = matches.free[0].as_ref();

match curr_env.lock().chdir(path) {
Err(environment::Error::NotADirectory) => {
println!("not a directory: {}", path);
Expand Down

0 comments on commit dbdcf06

Please sign in to comment.