Skip to content

Commit

Permalink
Fix merge issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Jan 6, 2016
1 parent b78878f commit 8869983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (s *appsService) Scale(ctx context.Context, db *gorm.DB, opts ScaleOpts) (*
if c == nil {
err = s.Scheduler.Scale(ctx, release.AppID, string(p.Type), uint(quantity))
} else {
err = s.releaser.Release(ctx, release)
err = s.releases.Release(ctx, release)
}

if err != nil {
Expand Down

0 comments on commit 8869983

Please sign in to comment.