Skip to content

Commit

Permalink
[generator] rename field
Browse files Browse the repository at this point in the history
  • Loading branch information
LaGrunge authored and maksimandrianov committed Aug 20, 2019
1 parent 7fff447 commit 54db486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/data_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DataVersion::DataVersion(std::string const & planetFilePath)
ToJSONObject(*m_json, "generator_build_time", omim::build_version::git::kTimestamp);
ToJSONObject(*m_json, "generator_git_hash", omim::build_version::git::kHash);
ToJSONObject(*m_json, "planet_md5", ReadWholeFile(planetFilePath + ".md5"));
ToJSONObject(*m_json, "planet_timestamp", ReadWholeFile(planetFilePath + ".timestamp"));
ToJSONObject(*m_json, "planet_last_changeset_timestamp", ReadWholeFile(planetFilePath + ".timestamp"));
ToJSONObject(*m_json, "planet_file_timestamp", planetTimestamp);
}

Expand Down

0 comments on commit 54db486

Please sign in to comment.