1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Order commands alphabetically in definition of set option.

This commit is contained in:
Cynthia Shang 2020-03-26 13:04:59 -04:00 committed by David Steele
parent 2c2bc8a32b
commit 048a36ea39

View File

@ -828,10 +828,6 @@ my %hConfigDefine =
&CFGDEF_TYPE => CFGDEF_TYPE_STRING,
&CFGDEF_COMMAND =>
{
&CFGCMD_RESTORE =>
{
&CFGDEF_DEFAULT => 'latest',
},
&CFGCMD_INFO =>
{
&CFGDEF_REQUIRED => false,
@ -840,6 +836,10 @@ my %hConfigDefine =
&CFGDEF_DEPEND_OPTION => CFGOPT_STANZA,
},
},
&CFGCMD_RESTORE =>
{
&CFGDEF_DEFAULT => 'latest',
},
}
},