Skip to content

Commit

Permalink
Update inject filename (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Jun 4, 2024
1 parent 0e4d739 commit 121546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apm/ruby.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
envRubyOpt = "RUBYOPT"
rubyOptRequire = "-r /newrelic-instrumentation/lib/bootstrap"
rubyOptRequire = "-r /newrelic-instrumentation/lib/boot/strap"
rubyVolumeName = volumeName + "-ruby"
rubyInitContainerName = initContainerName + "-ruby"
)
Expand Down

0 comments on commit 121546d

Please sign in to comment.