Fix inspect message

This commit is contained in:
Kevin Liu 2016-10-22 06:21:09 -07:00
parent af21d1c4ca
commit 4be1b8685f

View file

@ -187,8 +187,7 @@ Send files to the graveyard (/tmp/.graveyard) instead of unlinking them.")
println!("> {}", line);
}
}
if !prompt_yes(["Send {} to the graveyard?", target]
.concat().as_str()) {
if !prompt_yes(&format!("Send {} to the graveyard?", target)) {
continue;
}
}