From 2e1b226da1b9e8e63b0e03d9f66a8756403834db Mon Sep 17 00:00:00 2001 From: Thodoris Sotiropoulos Date: Fri, 5 Jul 2024 21:21:15 +0200 Subject: [PATCH] small fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0cda3e..f510970 100644 --- a/README.md +++ b/README.md @@ -761,7 +761,6 @@ other than those presented in our paper. To adapt the artifact for collecting bugs from other IaC ecosystems, follow these steps: - ### Modify Data Collection Scripts: Create a script similar to `fetch_puppet_repos.py`, `fetch_chef_repos.py`, or `fetch_ansible_repos.py` to collect other IaC module repositories. @@ -794,7 +793,8 @@ data = response.json() Use the existing `fetch_issues.py` script to collect issues from the GitHub repositories collected by the previous step. -Ensure you have a GitHub access token and adapt the script to fetch issues for the new repositories collected. @theosotr: Adapt how? +Ensure you have a GitHub access token and adapt the script to fetch issues for the +newly-collected repositories. @theosotr: Adapt how? ## Quantitative Analysis Scripts