Skip to content

Commit

Permalink
Merge pull request #74 from Kaltsoon/master
Browse files Browse the repository at this point in the history
Add missing stack argument
  • Loading branch information
AkhileshNS committed Feb 23, 2021
2 parents fda0b67 + c67d619 commit 2dba300
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 2dba300

Please sign in to comment.