Skip to content

Commit f748e70

Browse files
committed
refactor: Remove space in update installation status message
1 parent 7f40bf8 commit f748e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bugscanx/modules/others/script_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def check_for_updates():
3939

4040
def install_update():
4141
try:
42-
with console.status("[yellow] Installing update...", spinner="point"):
42+
with console.status("[yellow]Installing update...", spinner="point"):
4343
try:
4444
subprocess.run(
4545
[sys.executable, '-m', 'pip', 'install', '--upgrade', PACKAGE_NAME],

0 commit comments

Comments
 (0)