Closed mickaelistria closed 7 years ago
Looks good and passes tests
Thanks for merging. However, please avoid using GitHub's merge button as it creates a new merge commit which makes the history less readable. To merge code, it's recommended that you pull the branch locally and push it to master. For example with CLI you can do git fetch repoName pull/68/head && git checkout FETCH_HEAD && git push repoName HEAD:master
Sorry about that, forgot that is how the merge button works.
The label of the running process was changed in a previous commit and tests weren't updated accordingly
Signed-off-by: Mickael Istria mistria@redhat.com