Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 6d1c8d3

Browse files
committed
Apply suggestion
1 parent 698299a commit 6d1c8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def load_config(**kwargs):
2626
Wrapper function to load the kube_config.
2727
It will initially try to load_kube_config from provided path,
2828
then check if the KUBE_CONFIG_DEFAULT_LOCATION exists
29-
If neither exists- it will fall back to load_incluster_config
29+
If neither exists, it will fall back to load_incluster_config
3030
and inform the user accordingly.
3131
3232
:param kwargs: A combination of all possible kwargs that

0 commit comments

Comments
 (0)