Skip to content

Commit

Permalink
Release for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Owez committed Jan 2, 2023
1 parent e53a497 commit 6aa9f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yark.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def new(path: Path, url: str):
channel.reporter = Reporter(channel)

# Commit and return
channel._commit()
channel.commit()
return channel

@staticmethod
Expand Down

0 comments on commit 6aa9f07

Please sign in to comment.