Skip to content

Commit 0490c5d

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

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
@@ -202,7 +202,7 @@ def skip_errors?
202202
end
203203

204204
def enable_fips?
205-
credentials[ENABLE_FIPS] == "true"
205+
credentials[ENABLE_FIPS] == 'true'
206206
end
207207

208208
def tenanttoken(manifest)

0 commit comments

Comments
 (0)