Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanderknyff committed Jul 22, 2024
1 parent 4886c6f commit 6a42061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector-packager/connector_packager/jar_jdk_packager.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_min_support_version(file_list: List[ConnectorFile], cur_min_version_tabl
elif (oauthConfigs is not None and len(oauthConfigs) == 1):
firstConfig = oauthConfigs[0]
if firstConfig.attrib['file'] == "null_config" and 2023.3 > float(min_version_tableau):
min_version_tableau = "2022023.3"
min_version_tableau = "2023.3"
reasons.append("Connector uses Null OAuth Config, which was added in the 2023.3 release")

if version.parse(cur_min_version_tableau) > version.parse(min_version_tableau):
Expand Down

0 comments on commit 6a42061

Please sign in to comment.