Skip to content

Commit

Permalink
fix package name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Mar 13, 2024
1 parent c06e779 commit 6c35118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def parse_hook_imagemagick_add_dependency(ec, eprefix):
print_msg("Added dependency for PCRE/8.45 to %s/%s", ec.name, ec.version)
ec['dependencies'].append(('PCRE', '8.45'))
else:
print_msg("Not adding dependency for PRCE/8.45 to %s/%s", ec.name, ec.version)
print_msg("Not adding dependency for PCRE/8.45 to %s/%s", ec.name, ec.version)
else:
raise EasyBuildError("ImageMagick-specific hook triggered for non-ImageMagick easyconfig?!")

Expand Down

0 comments on commit 6c35118

Please sign in to comment.