Skip to content

Commit

Permalink
Change name back
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed Oct 10, 2023
1 parent 86a1433 commit 7a182d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/connector_ops/connector_ops/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def technical_name(self) -> str:

@property
def name(self):
return self.metadata["name"]
return self._get_type_and_name_from_technical_name()[1]

@property
def connector_type(self) -> str:
Expand Down

0 comments on commit 7a182d1

Please sign in to comment.