Skip to content

Commit

Permalink
Merge pull request #973 from mdx-dev/dont_use_current_revision
Browse files Browse the repository at this point in the history
Use real revision
  • Loading branch information
waltjones authored Jun 24, 2020
2 parents 9a703c9 + 64e88ee commit 8863e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rollbar/capistrano.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def load_properties(configuration)
_cset(:rollbar_user) { ENV['USER'] || ENV['USERNAME'] }
_cset(:rollbar_env) { fetch(:rails_env, 'production') }
_cset(:rollbar_token) { abort("Please specify the Rollbar access token, set :rollbar_token, 'your token'") }
_cset(:rollbar_revision) { current_revision }
_cset(:rollbar_revision) { real_revision }
_cset(:rollbar_comment) { nil }
end
end
Expand Down

0 comments on commit 8863e7b

Please sign in to comment.