Skip to content

Commit

Permalink
Fix a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Aug 14, 2022
1 parent 3e5522e commit 6fff1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/authnz/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def get_cloud_access_credentials_in_file(self, new_file_path, cloudauthz, sa_ses
)
credentials = self.get_cloud_access_credentials(cloudauthz, sa_session, user_id, request)
log.info(
"Writting credentials generated using CloudAuthz with config id `{}` to the following file: `{}`"
"Writing credentials generated using CloudAuthz with config id `{}` to the following file: `{}`"
"".format(cloudauthz.id, filename)
)
with open(filename, "w") as f:
Expand Down

0 comments on commit 6fff1e0

Please sign in to comment.