Skip to content

Commit

Permalink
Properly set environment in deployment tracking
Browse files Browse the repository at this point in the history
Follow-up to honeybadger-io#397
  • Loading branch information
stmllr committed Apr 13, 2021
1 parent 2d24a36 commit d07be72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/honeybadger/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def check_in(id)
# otherwise.
def track_deployment(env: nil, revision: nil, local_username: nil, repository: nil)
opts = {
env: env || config[:env],
environment: env || config[:env],
revision: revision || config[:revision],
local_username: local_username,
repository: repository
Expand Down

0 comments on commit d07be72

Please sign in to comment.