Skip to content

Commit

Permalink
Do not report an abort when not writing the configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluca1978 committed Sep 5, 2023
1 parent ead7b7d commit 7214768
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 @@ -692,7 +692,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!"
exit 1
return
fi

# check the configuration directory exists
Expand Down

0 comments on commit 7214768

Please sign in to comment.