You've already forked pgbackrest
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:
@ -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)))
|
||||
|
Reference in New Issue
Block a user