Skip to content

Commit 3b2cf65

Browse files
authored
Merge pull request #3106 from boegel/fix_typo
fix typo in docstring for new_branch_github
2 parents 8dee633 + 05bae18 commit 3b2cf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ def merge_url(gh):
12741274
@only_if_module_is_available('git', pkgname='GitPython')
12751275
def new_branch_github(paths, ecs, commit_msg=None):
12761276
"""
1277-
Create new branch on GitHub using specified filesystem
1277+
Create new branch on GitHub using specified files
12781278
12791279
:param paths: paths to categorized lists of files (easyconfigs, files to delete, patches)
12801280
:param ecs: list of parsed easyconfigs, incl. for dependencies (if robot is enabled)

0 commit comments

Comments
 (0)