Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
change user agent to to "cli-plugin"
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrainard committed Apr 12, 2012
1 parent 2ad1ae6 commit fdf23a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heroku/command/deploy.rb
Expand Up @@ -96,7 +96,7 @@ def api_key

def headers
{
'User-Agent' => "heroku-cli/#{VERSION}",
'User-Agent' => "cli-plugin/#{VERSION}",
'X-Ruby-Version' => RUBY_VERSION,
'X-Ruby-Platform' => RUBY_PLATFORM
}
Expand Down

0 comments on commit fdf23a8

Please sign in to comment.