Navigation Menu

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

Commit

Permalink
try newer user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 13, 2012
1 parent 1b706b8 commit 153eb29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/lib/spawner.js
Expand Up @@ -62,7 +62,8 @@ var Spawner = function(env) {
restler.post('https://api.heroku.com/apps/' + app + '/ps', {
headers: {
'Authorization': auth,
'Accept': 'application/json'
'Accept': 'application/json',
'User-Agent': 'heroku-gem/2.5'
},
data: {
attach: true,
Expand Down

0 comments on commit 153eb29

Please sign in to comment.