Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rkansal47/HHbbVV
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Mar 5, 2024
2 parents d5e6833 + 737da14 commit 59bf1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HHbbVV/run_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def check_branch(git_branch: str, allow_diff_local_repo: bool = False):
local_hash = subprocess.getoutput("git rev-parse HEAD")

if remote_hash != local_hash:
print_red("Latest local and github commits do not match!")
print_red("Latest local and github commits do not match! Did you push your changes?")
print(f"Local commit hash: {local_hash}")
print(f"Remote commit hash: {remote_hash}")
if allow_diff_local_repo:
Expand Down

0 comments on commit 59bf1e3

Please sign in to comment.