Updating the chaos recommender README to point to accurate python version

This commit is contained in:
Kamesh Akella
2023-11-03 10:24:07 -04:00
committed by Naga Ravi Chaitanya Elluri
parent 7a966a71d0
commit b734f1dd05
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ If changes go into the main repository while you're working on your code it is b
If not already configured, set the upstream url for kraken.
```
git remote add upstream https://github.com/cloud-bulldozer/kraken.git
git remote add upstream https://github.com/redhat-chaos/krkn.git
```
Rebase to upstream master branch.