Skip to content

Commit

Permalink
Merge pull request #413 from bjornfor/fix-typo
Browse files Browse the repository at this point in the history
Fix typo: bene -> been
  • Loading branch information
DavHau authored Mar 22, 2022
2 parents c914064 + d957f99 commit 7b0e7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mach_nix/data/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def print_error_no_versions_available(self, pkg_name, extras, build):
f"\nThe required package might just not (yet) be part of the dependency DB currently used.\n" \
f"The DB can be updated by specifying 'pypiDataRev' when importing mach-nix.\n" \
f"For examples see: https://github.com/DavHau/mach-nix/blob/master/examples.md\n" \
f"If it still doesn't work, there might have bene an error while building the DB.\n" \
f"If it still doesn't work, there might have been an error while building the DB.\n" \
f"Please open an issue at: https://github.com/DavHau/mach-nix/issues/new\n"
print(error_text, file=sys.stderr)
exit(1)
Expand Down

0 comments on commit 7b0e7f6

Please sign in to comment.