Skip to content

Commit 193106b

Browse files
author
Dan Jewett
committed
fix var name
1 parent 564aa51 commit 193106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppCreator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function createUrl($heroku_app_name, $heroku_app_url)
6363

6464
list($heroku_aws_key, $heroku_aws_secret) = $this->createAndSetAWS($heroku_app_name);
6565

66-
$this->urlConcatenate($url, $heroku_app_name, $heroku_app_url, $heroku_app_key, $heroku_aws_key, $awsSecret);
66+
$this->urlConcatenate($url, $heroku_app_name, $heroku_app_url, $heroku_app_key, $heroku_aws_key, $heroku_aws_secret);
6767

6868
return $url;
6969
}

0 commit comments

Comments
 (0)