Skip to content

Commit 9f1b937

Browse files
committed
Update client.py
1 parent ea198c0 commit 9f1b937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def splunk_instance(self):
708708

709709
@property
710710
def disable_v2_api(self):
711-
if self.splunk_instance == 'cloud':
711+
if self.splunk_instance.lower() == 'cloud':
712712
return self.splunk_version < (9,0,2209)
713713
return self.splunk_version < (9,0,2)
714714

0 commit comments

Comments
 (0)