File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ function check_superuser() {
349349 superuser=true
350350 elif [[ -z ${1-} ]]; then
351351 if check_binary sudo; then
352- pretty_print ' Sudo: Updating cached credentials ...'
352+ verbose_print ' Sudo: Updating cached credentials ...'
353353 if ! sudo -v; then
354354 verbose_print " Sudo: Couldn't acquire credentials ..." \
355355 " ${fg_red-} "
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ function check_superuser() {
353353 superuser=true
354354 elif [[ -z ${1-} ]]; then
355355 if check_binary sudo; then
356- pretty_print ' Sudo: Updating cached credentials ...'
356+ verbose_print ' Sudo: Updating cached credentials ...'
357357 if ! sudo -v; then
358358 verbose_print " Sudo: Couldn't acquire credentials ..." \
359359 " ${fg_red-} "
You can’t perform that action at this time.
0 commit comments