Skip to content

Commit df7cbf6

Browse files
esmith1729danielmaclarenzsoltkebel
committed
Made task prompt message more clear
Co-authored-by: dtmaclaren <[email protected]> Co-authored-by: zsoltkebel <[email protected]>
1 parent e9af826 commit df7cbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/update_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class UpdateScripts(BaseTasks):
1212

13-
@task(f"Update scripts repo by merging master branch into instrument branch?")
13+
@task(f"Update Instrument/Scripts repo by merging 'origin/master' branch into {COMPUTERNAME} branch?")
1414
def update_scripts(self):
1515
try:
1616
subprocess.check_call(f"cd /d {SCRIPTS_BASE_DIR}", shell=True)

0 commit comments

Comments
 (0)