From b1c472c299b3a897c1ad86f065ce25a330325187 Mon Sep 17 00:00:00 2001 From: ziadmodak <46166766+ziadmodak@users.noreply.github.com> Date: Mon, 20 Sep 2021 04:47:40 +0200 Subject: [PATCH] Fixed typo in readme (#101) Co-authored-by: ziadmodak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9198d7..ef92d9e0 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ $ helm gcs remove my-chart my-repository --version 0.1.0 > Don't forget to run `helm repo up` after you remove a chart. -## Troubleshootin +## Troubleshooting You can use the global flag `--debug`, or set `HELM_GCS_DEBUG=true` to get more informations. Please write an issue if you find any bug.