Skip to content

Commit

Permalink
Updated the message that is printed during -Sc to match pacman's fo…
Browse files Browse the repository at this point in the history
…rmat.
  • Loading branch information
trizen committed Apr 19, 2019
1 parent ad17123 commit 3bcb239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trizen
Original file line number Diff line number Diff line change
Expand Up @@ -1832,9 +1832,10 @@ sub clean_cache () {

if (not $tmp_clonedir) {

say "\nTrizen's cache directory: $lconfig{clone_dir}";
#<<<
$term->ask_yn(
prompt => "$c{bold}=>> Remove the content of $lconfig{clone_dir}?$c{reset}",
prompt => "$c{bblue}::$c{reset}$c{bold} Do you want to clean trizen's cache directory?",
default => 'n'
) || return;
#>>>
Expand Down

0 comments on commit 3bcb239

Please sign in to comment.