Skip to content

Commit 291d419

Browse files
authored
Update 24-diagnosing-issues-improving-robustness.md
Corrected error where the automating pylint section creates a branch named `pylint-ci` but then merges `test-suite` back into `develop`. Now the merge back into `develop` is with the `pylint-ci` branch.
1 parent 9922f5b commit 291d419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/24-diagnosing-issues-improving-robustness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ Then we can just add this to our repo and trigger a build:
772772
~~~
773773
$ git add .github/workflows/main.yml
774774
$ git commit -m "Add Pylint run to build"
775-
$ git push origin test-suite
775+
$ git push origin pylint-ci
776776
~~~
777777
{: .language-bash}
778778

0 commit comments

Comments
 (0)