Skip to content

Commit

Permalink
fix license case
Browse files Browse the repository at this point in the history
  • Loading branch information
vthiebaut10 committed Jun 26, 2024
1 parent b715ae4 commit fd38749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssh/azext_ssh/connectivity_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def _check_proxy_installation(install_dir, proxy_name):
"Failed to install required SSH Arc Connectivity Proxy. "
f"Couldn't find expected file {proxy_filepath}. Please try again.")

license_files = ["License.txt", "ThirdPartyNotice.txt"]
license_files = ["LICENSE.txt", "ThirdPartyNotice.txt"]
for file in license_files:
file_location = os.path.join(install_dir, file)
if os.path.isfile(file_location):
Expand Down

0 comments on commit fd38749

Please sign in to comment.