Skip to content

Commit 263e9c3

Browse files
Merge pull request #120 from tonejito/tonejito/fix-typo
Fix typo in conext/set_default_oc_path docstring
2 parents 19304bb + 76f701b commit 263e9c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/rebuild_module.digest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
234e585a58a8d7cca446792aaa879f3a -
1+
b15fe9a4d46c1914885e7c16533ac6b5 -

ansible/roles/openshift_client_python/library/openshift_client_python.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openshift/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def set_timeout(self, seconds):
325325

326326
def set_default_oc_path(path):
327327
"""
328-
Sets the default full patch of the oc binary to execute for this thread.
328+
Sets the default full path of the oc binary to execute for this thread.
329329
If no client_path() context is in use, this path will be used.
330330
"""
331331
context.default_oc_path = path

0 commit comments

Comments
 (0)