Skip to content

Commit 7943394

Browse files
committed
Made minor changes in README file
Signed-off-by: SurajGudaji <[email protected]>
1 parent cf2161b commit 7943394

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Create a virtualenv if required and install required packages using "pip install
8181
8282
4. **aggregate.py:** The aggregate.py script gets detailed information of all the builds which have run using the provided nightly image.
8383
84-
```python3 tracker.py``` This script requires the following input
84+
```python3 aggregate.py``` This script requires the following input
8585
8686
1. selected_ci: Jobs from where to fetch the builds.
87-
2. nightly: Name of the Release image.
87+
2. nightly: Name of the Release image.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ PyYAML==6.0.1
44
requests==2.31.0
55
soupsieve==2.5
66
urllib3==2.0.6
7-
tabulate==0.9.0
7+
tabulate==0.9.0
8+

0 commit comments

Comments
 (0)