refactor
Some checks reported errors
BlockStorage/repertory/pipeline/pr-master Something is wrong with the build of this commit
BlockStorage/repertory/pipeline/head Build started...

This commit is contained in:
Scott E. Graves 2025-02-11 11:27:23 -06:00
parent ab8b74eec3
commit 11c1029e26

View File

@ -27,7 +27,7 @@
namespace repertory::cli::actions {
template <typename drive> inline void version(std::vector<const char *> args) {
std::cout << "Repertory core version: " << project_get_version() << std::endl;
std::cout << "Repertory Git revision: " << project_get_git_rev() << std::endl;
std::cout << "Repertory git revision: " << project_get_git_rev() << std::endl;
drive::display_version_information(args);
}
} // namespace repertory::cli::actions