Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer committed Dec 17, 2024
1 parent 4d0690e commit f191e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/forecast_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def record_git_info(model_run_dir: Path):
metadata = {}

try:
repo = Repository(ocommit_sha=os.environ.gets.getcwd())
repo = Repository(os.getcwd())
branch_name = repo.head.shorthand
commit_sha = str(repo.head.target)
except Exception as e:
Expand Down

0 comments on commit f191e36

Please sign in to comment.