Skip to content

Commit

Permalink
Fix warning message.
Browse files Browse the repository at this point in the history
Since the initialization of a configuration file is now done with
`config init`, we should warn the user about it.
  • Loading branch information
fluca1978 committed Nov 16, 2021
1 parent e11d110 commit 1fd149f
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 @@ -1208,7 +1208,7 @@ WARNING: no configuration file found for version $v
HINT: if you wish to customize the build process please
stop the execution within $seconds seconds (CTRL-c) and run
pgenv config write $v && pgenv config edit $v
pgenv config init $v && pgenv config edit $v
adjust 'configure' and 'make' options and flags and run again
Expand Down

0 comments on commit 1fd149f

Please sign in to comment.