fix some typos (#467)

Signed-off-by: geekvest <cuimoman@sohu.com>
This commit is contained in:
geekvest
2023-09-26 04:56:57 +08:00
committed by GitHub
parent be3a5b8605
commit 227966b2f1
4 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ func ChartAndVersion(x string) (string, string, error) {
}
func TempFile(txt string) (string, func(), error) {
file, err := os.CreateTemp("", "helm_dahsboard_*.yaml")
file, err := os.CreateTemp("", "helm_dashboard_*.yaml")
if err != nil {
return "", nil, err
}