Skip to content

Commit

Permalink
Updated github commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 2, 2023
1 parent ecbedaa commit 41e907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frictionless/portals/github/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def write_package(self, package: Package):
try:
repository.create_file(
path=package_path,
message='Create "package.json"',
message='Create "datapackage.json"',
content=content,
branch=repository.default_branch,
committer=author,
Expand Down

0 comments on commit 41e907e

Please sign in to comment.