Skip to content

Commit

Permalink
format error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sreecha committed Nov 17, 2015
1 parent 3abacfb commit 6a7bd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gke/kubernetes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _make_service_config(service_name, pod_name, service_port_list,


def _print_connection_error(msg):
print('ERROR: Connection failed. Did you remember to run Kubenetes proxy on'
print('ERROR: Connection failed. Did you remember to run Kubenetes proxy on '
'localhost (i.e kubectl proxy --port=<proxy_port>) ?. Error: %s' % msg)

def _do_post(post_url, api_name, request_body):
Expand Down

0 comments on commit 6a7bd16

Please sign in to comment.