make target configurable

This commit is contained in:
Vivian 2024-03-24 12:04:24 +01:00
parent 84f3dd55ef
commit 048a68c029
3 changed files with 31 additions and 20 deletions

View file

@ -169,7 +169,6 @@ fn main() -> color_eyre::Result<()> {
if res != ControlResult::Ok {
bail!("Unlocking failed after {tries}: {res:?}");
}
} else {
bail!("password token file not found")
}