Skip to content

Commit

Permalink
fixing Robofile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Feb 7, 2025
1 parent d69dfef commit f3e83f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public function getShortRef(): string {
* Full path to the site folder.
*/
protected function getSiteFolder(string $site_name): string {
return $this->getHomeDir . $site_name;
return $this->getHomeDir() . $site_name;
}

/**
Expand Down

0 comments on commit f3e83f3

Please sign in to comment.