Skip to content

Commit 1fd285d

Browse files
committed
fix typo at main
1 parent d14327c commit 1fd285d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func main() {
180180
"enable-multi-instrumentation", enableMultiInstrumentation,
181181
"enable-apache-httpd-instrumentation", enableApacheHttpdInstrumentation,
182182
"enable-dotnet-instrumentation", enableDotNetInstrumentation,
183-
"enable-python-instrumentation", enableDotNetInstrumentation,
183+
"enable-python-instrumentation", enablePythonInstrumentation,
184184
)
185185

186186
restConfig := ctrl.GetConfigOrDie()

0 commit comments

Comments
 (0)