Skip to content

Commit cccdead

Browse files
committed
fix: rename function within dmg_hashes to reflect plugin name
1 parent d2034fd commit cccdead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dmg_hashes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
@Deject.plugin
9-
def elf_hashes():
9+
def dmg_hashes():
1010
"""Print TLSH hash of a DMG file"""
1111
with open(Deject.file_path, "rb") as f:
1212
data = f.read()

0 commit comments

Comments
 (0)