Skip to content

Commit

Permalink
tweak sb update print
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 29, 2024
1 parent b2cd254 commit 739ad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 739ad4e

Please sign in to comment.