Skip to content

Commit

Permalink
Fix Bugsnag error message typo (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adsidera authored and kattrali committed Jan 31, 2017
1 parent f4c9f1e commit b9ae19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bugsnag/capistrano2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def self.load_into(configuration)
:app_version => fetch(:app_version, ENV["BUGSNAG_APP_VERSION"]))
})
rescue
logger.important("Bugnsag deploy notification failed, #{$!.inspect}")
logger.important("Bugsnag deploy notification failed, #{$!.inspect}")
end

logger.info "Bugsnag deploy notification complete."
Expand Down

0 comments on commit b9ae19b

Please sign in to comment.