Skip to content

Commit

Permalink
fix(console): correct the path of helm push plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
talonzzhang committed Mar 28, 2023
1 parent b6f69da commit cae59b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class ChartUsageGuideDialog extends React.Component<ChartUsageGuideDialog
</code>
<p className="text-weak">
<Trans>
如安装失败,可以手动下载后解压到$HOME/.local/share/helm/plugins,解压路径可以通过helm --help 查看
如安装失败,可以手动下载后解压到$HOME/.local/share/helm/plugins/helm-push,解压路径可以通过helm env查看
</Trans>
</p>
</li>
Expand Down

0 comments on commit cae59b2

Please sign in to comment.