Skip to content

Commit e72ef8e

Browse files
committed
complete function description
1 parent 436c71c commit e72ef8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ def install_shared_scripts_repository(self) -> None:
280280

281281
@task("Merge master branch into local branch of shared instrument scripts library")
282282
def update_shared_scripts_repository(self) -> None:
283-
"""Update the shared instrument scripts repository containing"""
283+
"""Update the shared instrument scripts repository
284+
containing scripts useful across all instruments"""
284285
try:
285286
try_to_merge_master_into_repo(self.prompt, INST_SCRIPTS_PATH, True)
286287
except git.GitCommandError:

0 commit comments

Comments
 (0)