fix: hash -> gitHash

This commit is contained in:
2021-09-17 23:40:47 +09:00
parent 69654fa96d
commit ce43221767
+1 -1
View File
@@ -230,7 +230,7 @@ if ($server == $baseServerName) {
__DIR__ . '/' . $server . '/d_setting/VersionGit.php',
[
'verionGit' => $version,
'hash' => $hash
'hash' => $gitHash
],
true
);