From 739ad4e8a6b22afdd081d8471f6bf62b5644bf2a Mon Sep 17 00:00:00 2001 From: salty Date: Mon, 29 Apr 2024 22:38:27 +0200 Subject: [PATCH] tweak sb update print --- sb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.py b/sb.py index 13c6f53..234631b 100644 --- a/sb.py +++ b/sb.py @@ -430,7 +430,7 @@ def check_and_update_repo(sb_repo_path): # Compare the hashes if head_hash != upstream_hash: - print("Not up to date with origin. Updating.") + print("sb not up to date with origin. Updating.") # Update the repository update_sb(sb_repo_path)