island: Fix typo in ConfigurationImport error logging

This commit is contained in:
Mike Salvatore 2021-06-11 09:28:29 -04:00
parent 8a673cc76c
commit 57f35f9045
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class ConfigurationImport(flask_restful.Resource):
return json.loads(config)
except (JSONDecodeError, InvalidCiphertextError):
logger.exception(
"Exception encountered when trying " "to extract plaintext configuraiton."
"Exception encountered when trying to extract plaintext configuration."
)
raise InvalidConfigurationError