Skip to content

Commit 436c71c

Browse files
committed
clarified comment
1 parent 2f74d61 commit 436c71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def install_shared_scripts_repository(self) -> None:
278278
prog_args=["clone", repo_url, INST_SCRIPTS_PATH],
279279
).run()
280280

281-
@task("Merge master into local shared instrument scripts library")
281+
@task("Merge master branch into local branch of shared instrument scripts library")
282282
def update_shared_scripts_repository(self) -> None:
283283
"""Update the shared instrument scripts repository containing"""
284284
try:

0 commit comments

Comments
 (0)