Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed Mar 7, 2024
1 parent f5829ec commit 5304add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/capability/openc2/openc2.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ func (OpenC2Capability *OpenC2Capability) Execute(
}

results := cacao.VariableMap{openc2ResultVariableName: {Name: "result", Value: string(response)}}
log.Trace("Finished openc2 execution will return the variables: ", results)
log.Trace("Finished openc2 execution, will return the variables: ", results)
return results, nil
}

0 comments on commit 5304add

Please sign in to comment.