Skip to content

Commit

Permalink
fix: typo in the section name (#311)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Feb 13, 2023
1 parent 1977a11 commit bf9dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/module/probe_postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (this *MPostgresProbe) setupManagers() error {

probes := []*manager.Probe{
{
Section: "uprobe/exec_simple_qurey",
Section: "uprobe/exec_simple_query",
EbpfFuncName: "postgres_query",
AttachToFuncName: attachFunc,
BinaryPath: binaryPath,
Expand Down

0 comments on commit bf9dee6

Please sign in to comment.