🔨 Fix the targetted typo

This commit is contained in:
M. Mert Yildiran
2023-01-08 21:44:12 +03:00
parent ac6aee07f5
commit eaa21f0789
7 changed files with 62 additions and 62 deletions

View File

@@ -18,7 +18,7 @@ func FormatError(err error) error {
if k8serrors.IsForbidden(err) {
errorNew = fmt.Errorf("insufficient permissions: %w. "+
"supply the required permission or control %s's access to namespaces by setting %s "+
"in the config file or setting the targetted namespace with --%s %s=<NAMEPSACE>",
"in the config file or setting the targeted namespace with --%s %s=<NAMEPSACE>",
err,
misc.Software,
config.SelfNamespaceConfigName,