Skip to content

Commit

Permalink
use templates substitution
Browse files Browse the repository at this point in the history
Co-authored-by: Cauê Marcondes <[email protected]>
  • Loading branch information
inge4pres and cauemarcondes authored Oct 23, 2023
1 parent 2b68c17 commit 27ed891
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ docker.elastic.co/observability/profiling-agent:${stackVersion} /root/pf-host-ag
content: (
<EuiCodeBlock paddingSize="s" isCopyable>
{i18n.translate('xpack.profiling.tabs.binaryEnsurePermissions', {
defaultMessage: `chmod +x pf-host-agent-${stackVersion}-linux-${arch}/pf-host-agent`,
defaultMessage: 'chmod +x pf-host-agent-{stackVersion}-linux-{arch}/pf-host-agent',
}, values: {
stackVersion,
arch
})}
</EuiCodeBlock>
),
Expand Down

0 comments on commit 27ed891

Please sign in to comment.