Skip to content

Commit

Permalink
Merge 3a63e5c into 1a8ada5
Browse files Browse the repository at this point in the history
  • Loading branch information
msakrejda committed Jun 1, 2017
2 parents 1a8ada5 + 3a63e5c commit 6ac5d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clusters.js
Expand Up @@ -64,7 +64,7 @@ function * withCluster (heroku, app, cluster, fn) {
cli.exit(1, `found more than one kafka add-on on ${app}: ${addons.map(function (addon) { return addon.name }).join(', ')}`)
}
}
yield * fn(addon)
return yield * fn(addon)
}

function * topicConfig (heroku, addonId, topic) {
Expand Down

0 comments on commit 6ac5d2e

Please sign in to comment.