Skip to content

Commit

Permalink
update invokeassembly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jabra- committed Dec 27, 2023
1 parent 3a2b0fc commit 29d8b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InvokeAssembly/invokeassembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def InvokeAssembly( demonID, *param ):

return TaskID

RegisterCommand( InvokeAssembly, "dotnet", "execute", "executes a dotnet assembly in a separate process", 0, "[/path/to/assembl.exe] (args)", "/tmp/Seatbelt.exe -group=user" )
RegisterCommand( InvokeAssembly, "dotnet", "execute", "executes a dotnet assembly in a separate process", 0, "[/path/to/assembly.exe] (args)", "/tmp/Seatbelt.exe -group=user" )

0 comments on commit 29d8b94

Please sign in to comment.