1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-29 08:21:11 +03:00

Do variable replacements for cmd-extra in documentation.

This commit is contained in:
David Steele
2020-03-22 09:59:38 -04:00
parent 6a9fbccf76
commit a180251011

View File

@ -176,7 +176,7 @@ sub executeKey
if (defined($oCommand->fieldGet('exe-cmd-extra', false)))
{
$$hCacheKey{'cmd-extra'} = $oCommand->fieldGet('exe-cmd-extra');
$$hCacheKey{'cmd-extra'} = $self->{oManifest}->variableReplace($oCommand->fieldGet('exe-cmd-extra'));
}
if (defined($oCommand->paramGet('err-expect', false)))