fix description
[m6w6/replicator] / public / mirror.php
index 4040d879c7746bc6ffd81c7ee4d5a36f35a037e2..57970db17d73da21aedc18e732d98717713ec00d 100644 (file)
@@ -58,9 +58,10 @@ switch ($evt) {
                                }
                        } elseif (mkdir($path, 0755, true) && chdir($path)) {
                                $source = escapeshellarg($json->repository->clone_url);
-                               $description = escapeshellarg($json->repository->descrption);
+                               $description = escapeshellarg($json->repository->description);
                                passthru("git clone --mirror $source . 2>&1", $rv);
                                passthru("git config gitweb.description $description 2>&1");
+                               unlink("description");
                                if ($rv == 0) {
                                        $response->setResponseCode(200);
                                }