Skip to content

Commit

Permalink
Update errors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
disa1217 authored Nov 4, 2024
1 parent 4a47b7f commit 173fb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/core/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_kme_dictionary() -> dict:
},
'KME0014': {
"name": "The provided Helm chart URL {url} does not return {type} content in the {destination} file. "
"Please validate the URL. If this is a private repository, ensure the correct authentication is provided."
"Please validate the URL. If this is a private repository, ensure that the correct authentication is provided."
}
}

Expand Down

0 comments on commit 173fb68

Please sign in to comment.