Skip to content

Commit

Permalink
Fix typo in debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluca1978 committed Sep 5, 2023
1 parent 7aa04ca commit ead7b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pgenv
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ pgenv_configuration_write() {

# avoid overwriting configuration if the environment variable is set
if [ ! -z "${PGENV_CONFIGURATION_FILE}" ]; then
pgenv_debug "Cannot write configuration file while PGENV-CONFIGURATION_FILE set!"
pgenv_debug "Cannot write configuration file while PGENV_CONFIGURATION_FILE set!"
exit 1
fi

Expand Down

0 comments on commit ead7b7d

Please sign in to comment.