Skip to content

Commit 48d0e02

Browse files
Linter fixes
Co-authored-by: David O'Sullivan <[email protected]>
1 parent a42f608 commit 48d0e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java_buildpack/framework/dynatrace_one_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def logstream?
198198
end
199199

200200
def skip_errors?
201-
credentials[SKIP_ERRORS] == "true"
201+
credentials[SKIP_ERRORS] == 'true'
202202
end
203203

204204
def enable_fips?

0 commit comments

Comments
 (0)