Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Schneider committed Aug 19, 2017
1 parent e64bb1d commit 3f184d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage/lib/Distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def mirror_url(self):
elif distribution == "HardenedBSD":
return f"http://jenkins.hardenedbsd.org/builds"
else:
raise iocage.lib.errors.DistributionUnknwon(distribution)
raise iocage.lib.errors.DistributionUnknown(distribution)

@property
def hash_file(self):
Expand Down

0 comments on commit 3f184d9

Please sign in to comment.