Skip to content

Commit

Permalink
[#428] Fix error message in pgagroal-admin
Browse files Browse the repository at this point in the history
Removes references to `pgexporter`.

Close #428
  • Loading branch information
fluca1978 committed Mar 26, 2024
1 parent 2126075 commit ac2321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ master_key(char* password, bool generate_pwd, int pwd_length)

if (pgagroal_exists(&buf[0]))
{
warnx("The file ~/.pgexporter/master.key already exists");
warnx("The file %s already exists, cannot continue", &buf[0]);
goto error;
}

Expand Down

0 comments on commit ac2321c

Please sign in to comment.