Skip to content

Commit 382eedd

Browse files
authored
Merge pull request #32 from martylamoureux/patch-1
Fixed call to siteDeploymentScript() in Site::getDeploymentScript()
2 parents fa1942a + dbcbcca commit 382eedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Site.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function destroyGitRepository()
189189
*/
190190
public function getDeploymentScript()
191191
{
192-
return $this->forge->siteDeploymentLog($this->serverId, $this->id);
192+
return $this->forge->siteDeploymentScript($this->serverId, $this->id);
193193
}
194194

195195
/**

0 commit comments

Comments
 (0)