Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Hot fix cli flags change "org" >> "team"
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanagh authored May 31, 2017
1 parent 8f451b3 commit 462eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/provision.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function task (name, region) {
if(typeof region === 'undefined'){
region = 'us'
}
return spawn('heroku create -a ' + name + ' --region ' + region + ' --org financial-times --no-remote', { verbose: true });
return spawn('heroku create -a ' + name + ' --region ' + region + ' --team financial-times --no-remote', { verbose: true });
};

module.exports = function (program, utils) {
Expand Down

0 comments on commit 462eb22

Please sign in to comment.