* Adjust tips for git repo create.

This commit is contained in:
caoyanyi
2023-12-13 16:13:55 +08:00
parent caadcbfe1c
commit 18885d44e2
+1 -1
View File
@@ -350,7 +350,7 @@ class repoZen extends repo
exec($command, $output, $result);
if($result)
{
dao::$errors['submit'] = $this->lang->repo->error->connect . "\n" . sprintf($this->lang->repo->error->output, $command, $result, implode("\n", $output));
dao::$errors['submit'] = $this->lang->repo->error->cmd . "\n" . sprintf($this->lang->repo->error->output, $command, $result, implode("\n", $output));
return false;
}
}