Skip to content

Commit 4b1f6ca

Browse files
Linter fixes
Co-authored-by: David O'Sullivan <[email protected]>
1 parent 0490c5d commit 4b1f6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/java_buildpack/framework/dynatrace_one_agent_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
component.release
6161

6262
expect(environment_variables).to include('LD_PRELOAD=$PWD/.java-buildpack/dynatrace_one_agent/agent/lib64/' \
63-
'liboneagentproc.so')
63+
'liboneagentproc.so')
6464
end
6565

6666
it 'updates environment variables',

0 commit comments

Comments
 (0)