Skip to content

Commit

Permalink
add stack argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaltsoon committed Feb 23, 2021
1 parent fda0b67 commit c67d619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ machine git.heroku.com
password ${api_key}
EOF`;

const addRemote = ({ app_name, dontautocreate, buildpack, region, team }) => {
const addRemote = ({ app_name, dontautocreate, buildpack, region, team, stack }) => {
try {
execSync("heroku git:remote --app " + app_name);
console.log("Added git remote heroku");
Expand Down

0 comments on commit c67d619

Please sign in to comment.