Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Feb 4, 2024
1 parent e7a25d8 commit 1ee093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ fn perform_user_change(settings: &FicheSettings) -> Result<(), FicheError> {
print_status(&format!("User changed to: {}.", user_name));
Ok(())
} else {
Err(FicheError::from("No user name".to_string()))
Ok(())
}
}

Expand Down

0 comments on commit 1ee093c

Please sign in to comment.