We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11a173 commit ad3d804Copy full SHA for ad3d804
splunktaucclib/rest_handler/util.py
@@ -82,7 +82,7 @@ def get_base_app_name():
82
absolute_path = os.path.normpath(main_name)
83
parts = absolute_path.split(os.path.sep)
84
parts.reverse()
85
- for key in ("apps", "slave-apps", "master-apps"):
+ for key in ("apps", "peer-apps", "manager-apps"):
86
try:
87
idx = parts.index(key)
88
if parts[idx + 1] == "etc":
0 commit comments