Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theosotr committed Jul 5, 2024
1 parent 4057893 commit 2e1b226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e1b226

Please sign in to comment.