Skip to content

Commit 10058c3

Browse files
zhangzhangzftalonzzhang
andauthored
fix(console): correct the path of helm push plugin (#2252)
Co-authored-by: talonzzhang <[email protected]>
1 parent b6f69da commit 10058c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/console/src/modules/registry/components/ChartUsageGuideDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class ChartUsageGuideDialog extends React.Component<ChartUsageGuideDialog
141141
</code>
142142
<p className="text-weak">
143143
<Trans>
144-
如安装失败,可以手动下载后解压到$HOME/.local/share/helm/plugins,解压路径可以通过helm --help 查看
144+
如安装失败,可以手动下载后解压到$HOME/.local/share/helm/plugins/helm-push,解压路径可以通过helm env查看
145145
</Trans>
146146
</p>
147147
</li>

0 commit comments

Comments
 (0)