Skip to content

Commit

Permalink
consolidation#497 Fix: Add Basic Self Update Functionality: More Spec…
Browse files Browse the repository at this point in the history
…ific UserAgent
  • Loading branch information
amenk committed Aug 30, 2017
1 parent c98e521 commit 10f40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function getLatestReleaseFromGithub($repository)
'http' => [
'method' => 'GET',
'header' => [
'User-Agent: PHP'
'User-Agent: ' . Robo::APPLICATION_NAME . ' Self-Update (PHP)'
]
]
];
Expand Down

0 comments on commit 10f40ab

Please sign in to comment.