diff --git a/repertory/librepertory/include/common.hpp b/repertory/librepertory/include/common.hpp index 0c09bb3a..441f9154 100644 --- a/repertory/librepertory/include/common.hpp +++ b/repertory/librepertory/include/common.hpp @@ -164,7 +164,7 @@ inline constexpr const std::string_view REPERTORY = "repertory"; inline constexpr const std::wstring_view REPERTORY_W = L"repertory"; inline constexpr const std::uint64_t REPERTORY_CONFIG_VERSION = 0ULL; -inline constexpr const std::string_view REPERTORY_DATA_NAME = REPERTORY "2"; +inline constexpr const std::string_view REPERTORY_DATA_NAME = "repertory2"; inline constexpr const std::string_view REPERTORY_MIN_REMOTE_VERSION = "2.0.0"; #if defined(_WIN32)