Skip to content

Commit

Permalink
add comma that tr41nwr3ck deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Dec 2, 2024
1 parent dbefd77 commit 8bae981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ExecuteAssemblyCommand(CommandBase):
cmd = "execute-assembly"
needs_admin = False
help_cmd = "execute-assembly"
description = "Load an arbitrary .NET assembly via Assembly.Load and track the assembly FullName to call for execution with the runassembly command.
description = "Load an arbitrary .NET assembly via Assembly.Load and track the assembly FullName to call for execution with the runassembly command."
version = 1
author = ""
argument_class = ExecuteAssemblyArguments
Expand Down

0 comments on commit 8bae981

Please sign in to comment.