Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Jun 25, 2019
1 parent fa2d2ce commit 43651ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/container/helpers/python/kubectl.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def write_file(self):
"""
def _contents(self):
token = self._auth_token()
endpoint = "https://{}".format(self.fetch["endpoint"])
endpoint = "https://%s" % self.fetch["endpoint"]
context = self.module.params.get('kubectl_context')
if not context:
context = self.module.params['name']
Expand Down

0 comments on commit 43651ed

Please sign in to comment.