Skip to content

Commit b7aed58

Browse files
committed
remove faulty leftover end statement
1 parent 83e5ebe commit b7aed58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/java_buildpack/framework/dynatrace_one_agent.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def supports?
116116
SKIP_ERRORS = 'skiperrors'
117117

118118
private_constant :ADDTECHNOLOGIES, :APIURL, :APITOKEN, :ENABLE_FIPS, :DT_APPLICATION_ID, :DT_CONNECTION_POINT,
119-
:DT_NETWORK_ZONE, :DT_LOGSTREAM, :DT_TENANT, :DT_TENANTTOKEN, :LD_PRELOAD, :ENVIRONMENTID,
119+
:DT_NETWORK_ZONE, :DT_LOGSTREAM, :DT_TENANT, :DT_TENANTTOKEN, :LD_PRELOAD, :ENVIRONMENTID,
120120
:FILTER, :NETWORKZONE, :SKIP_ERRORS
121121

122122
def agent_download_url
@@ -139,8 +139,6 @@ def technologies(credentials)
139139
return code_modules
140140
end
141141

142-
end
143-
144142
def agent_manifest
145143
JSON.parse(File.read(@droplet.sandbox + 'manifest.json'))
146144
end

0 commit comments

Comments
 (0)