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