Skip to content

Commit f8e7c9b

Browse files
authored
Merge pull request #13 from CloudBoltSoftware/feature/ENG-23926_cloudbolt_admin_should_look_for_iexact_of_abel_onefuse
Updated cloudbolt_admin to do iexact of label "onefuse"
2 parents 3716af1 + fff04f7 commit f8e7c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onefuse/cloudbolt_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, conn_info_name: str, verify_certs: bool = None,
6464
try:
6565
conn_info = ConnectionInfo.objects.get(
6666
name__iexact=conn_info_name,
67-
labels__name='onefuse'
67+
labels__name__iexact='onefuse'
6868
)
6969
except:
7070
err_str = (f'ConnectionInfo could not be found with name: '

0 commit comments

Comments
 (0)