We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564aa51 commit 193106bCopy full SHA for 193106b
src/AppCreator.php
@@ -63,7 +63,7 @@ public function createUrl($heroku_app_name, $heroku_app_url)
63
64
list($heroku_aws_key, $heroku_aws_secret) = $this->createAndSetAWS($heroku_app_name);
65
66
- $this->urlConcatenate($url, $heroku_app_name, $heroku_app_url, $heroku_app_key, $heroku_aws_key, $awsSecret);
+ $this->urlConcatenate($url, $heroku_app_name, $heroku_app_url, $heroku_app_key, $heroku_aws_key, $heroku_aws_secret);
67
68
return $url;
69
}
0 commit comments