WIP: still need to adapt flakeref parsing
This commit is contained in:
@@ -139,6 +139,7 @@ std::string FlakeRef::to_string() const
|
||||
|
||||
string += (ref ? "/" + *ref : "") +
|
||||
(rev ? "/" + rev->to_string(Base16, false) : "");
|
||||
if (subdir != "") string += "?dir=" + subdir;
|
||||
return string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user