From 1266b29fd710be62568d0b587b24e9850867d760 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Sun, 21 Apr 2024 20:40:55 +0200 Subject: [PATCH] style(push_tags.rb): edit internal task description Signed-off-by: Norwid Behrnd --- levels/push_tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/push_tags.rb b/levels/push_tags.rb index cad75dd..68a6875 100644 --- a/levels/push_tags.rb +++ b/levels/push_tags.rb @@ -1,5 +1,5 @@ difficulty 2 -description "There are tags in the repository that aren't pushed into remote repository. Push them now." +description "A tag in the local repository isn't pushed into remote repository. Push it now." setup do # remember the working directory so we can come back to it later