diff --git a/bin/pg_format b/bin/pg_format --- a/bin/pg_format +++ b/bin/pg_format @@ -4,7 +4,7 @@ set -eu install_it() { cpanm -n 'https://github.com/darold/pgFormatter.git' - plenv rehash || : + asdf reshim perl || : } stubexec "$@"