Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
someone13574 committed May 18, 2024
1 parent fed0e5c commit ff52c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/flatpak-cargo-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async def get_git_package_sources(
name = package['name']
source = package['source']
commit = urlparse(source).fragment
assert commit, 'The commit needs to be indicated in the fragement part'
assert commit, 'The commit needs to be indicated in the fragment part'
canonical = canonical_url(source)
repo_url = canonical.geturl()

Expand Down

0 comments on commit ff52c99

Please sign in to comment.