Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jun 29, 2021
1 parent 9374479 commit 65dd048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/command/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@ func profiles(ctx *grumble.Context, rpc rpcpb.SliverRPCClient) {
strings.Repeat("=", len("Debug")),
strings.Repeat("=", len("Format")),
strings.Repeat("=", len("Obfuscation")),
strings.Repeat("=", len("Limitations")))
strings.Repeat("=", len("Limitations")),
)

for _, profile := range profiles {
config := profile.Config
Expand Down

0 comments on commit 65dd048

Please sign in to comment.