From 18595e6fef4b3f0bcc75eafe5989a0934bfe3017 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 23 Sep 2024 23:04:10 +0300 Subject: [PATCH] Updated for docstring Signed-off-by: Dimitris Zlatanidis --- slpkg/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/utilities.py b/slpkg/utilities.py index d1f719a0..48d94b73 100644 --- a/slpkg/utilities.py +++ b/slpkg/utilities.py @@ -312,7 +312,7 @@ class Utilities(Configs): """Get the branch name of the git repository. Returns: - str: Branch name + str: Git branch name. """ try: # Run the git command to get the current branch name