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

Commit

Permalink
fix discrepancy in stack mock output
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed May 22, 2012
1 parent e397bca commit 84e9329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/heroku/api/mock/stacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module Mock
if STACKS.map {|stack_data| stack_data['name']}.include?(stack)
{
:body => <<-BODY,
HTTP/1.1 200 OK
-----> Preparing to migrate #{app}
#{app_data['stack']} -> #{stack}
Expand Down

0 comments on commit 84e9329

Please sign in to comment.