Skip to content

Commit

Permalink
refactor: remove bad use of alias
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored May 1, 2024
1 parent 0ecd089 commit 478a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kali-apktool/apk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def print_error(msg = "")
warn "[-] #{msg}"
end

alias_method :print_bad, :print_error
alias print_bad print_error

def usage
print_error "Usage: #{$0} -x [target.apk] [msfvenom options]\n"
Expand Down

0 comments on commit 478a76c

Please sign in to comment.