Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/rebuild_module.digest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
234e585a58a8d7cca446792aaa879f3a -
b15fe9a4d46c1914885e7c16533ac6b5 -

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openshift/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def set_timeout(self, seconds):

def set_default_oc_path(path):
"""
Sets the default full patch of the oc binary to execute for this thread.
Sets the default full path of the oc binary to execute for this thread.
If no client_path() context is in use, this path will be used.
"""
context.default_oc_path = path
Expand Down