From fd6ed0118086af77d961d45e5850fbcb02429609 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 13 Mar 2023 20:01:29 +0100 Subject: [PATCH] fix(pb071): fix typo Signed-off-by: Matej Focko --- pb071/bonuses/04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb071/bonuses/04.md b/pb071/bonuses/04.md index 429cfc2..6e92bfe 100644 --- a/pb071/bonuses/04.md +++ b/pb071/bonuses/04.md @@ -175,6 +175,6 @@ For submitting the bonus assignment you can follow the same procedure as for submitting the homeworks, that is: 1. On branch `main` add the provided skeleton. -2. Checkout new branch `seminar-bonus-03`. +2. Checkout new branch `seminar-bonus-04`. 3. Add your solution to the newly created branch. 4. Create a MR to the `main` branch with me (`@xfocko`) as the reviewer.