refactor
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -227,7 +227,7 @@ auto create_meta_attributes(
|
||||
{META_MODE, std::to_string(mode)},
|
||||
{META_MODIFIED, std::to_string(modified_date)},
|
||||
{META_OSXFLAGS, std::to_string(osx_flags)},
|
||||
{META_PINNED, "0"},
|
||||
{META_PINNED, utils::string::from_bool(false)},
|
||||
{META_SOURCE, source_path},
|
||||
{META_SIZE, std::to_string(size)},
|
||||
{META_UID, std::to_string(uid)},
|
||||
|
@@ -209,7 +209,7 @@ auto create_meta_attributes(
|
||||
{META_MODE, std::to_string(mode)},
|
||||
{META_MODIFIED, std::to_string(modified_date)},
|
||||
{META_OSXFLAGS, std::to_string(osx_flags)},
|
||||
{META_PINNED, "0"},
|
||||
{META_PINNED, utils::string::from_bool(false)},
|
||||
{META_SIZE, std::to_string(size)},
|
||||
{META_SOURCE, source_path},
|
||||
{META_UID, std::to_string(uid)},
|
||||
|
Reference in New Issue
Block a user