Skip to content

Commit

Permalink
Update src/ui/HelmSnippet/CLISnippet.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Immerman <[email protected]>
  • Loading branch information
mainawycliffe and moshloop authored Oct 22, 2024
1 parent d773090 commit b760010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/HelmSnippet/CLISnippet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function CLIInstallAgent({ data }: Props) {

return (
<div className="flex flex-1 flex-col gap-4 overflow-y-auto p-2">
<p>Copy the following command to install agent</p>
<p>Copy the following command to install the chart</p>
<CodeBlock code={helmCommandTemplate} />
</div>
);
Expand Down

0 comments on commit b760010

Please sign in to comment.