Merge pull request #413 from bjornfor/fix-typo

Fix typo: bene -> been
This commit is contained in:
DavHau 2022-03-22 22:33:13 +07:00 committed by GitHub
commit 7b0e7f6f58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ class CombinedDependencyProvider(DependencyProviderBase):
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)