Skip to content

Commit

Permalink
fix: wrong path for robots.txt stub
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Apr 22, 2024
1 parent dc2bb5a commit ee3561e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Deployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function addRobots()
if (!$this->robots()) return;
$this->section("Hide site from search engines via robots.txt");
$release = $this->paths->release;
$src = __DIR__ . "/robots.txt";
$src = __DIR__ . "/../stubs/robots.txt";
$this->exec("cp -f $src $release/robots.txt");
}

Expand Down
File renamed without changes.

0 comments on commit ee3561e

Please sign in to comment.