From 78f854bc92d841f419d54b5df53813084bbb1f39 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 13:19:38 +0000 Subject: [PATCH] docs(credentials_searches): put file name between quotes --- subjects/devops/credentials_searches/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/credentials_searches/README.md b/subjects/devops/credentials_searches/README.md index fd8e3de4..6dea2189 100644 --- a/subjects/devops/credentials_searches/README.md +++ b/subjects/devops/credentials_searches/README.md @@ -12,7 +12,7 @@ Create a file `credentials_searches.py` that contains a function `credentials_se - If the 'logs.json' file is empty or is not a json file, the function should not create the 'credentials.json' file. -- If the logs.json file does not exist, the function should not create the 'credentials.json' file. +- If the 'logs.json' file does not exist, the function should not create the 'credentials.json' file. - If the keys are found in a nested object, the function should create the 'credentials.json' file and save the values of the keys in it.