create impl for blob
This commit is contained in:
@@ -30,7 +30,7 @@ impl Object {
|
||||
if path == "" {
|
||||
return Object {
|
||||
path: PathBuf::from("/"),
|
||||
hash: String::from(""),
|
||||
hash: String::new(),
|
||||
obj_p: head::path(),
|
||||
ts: None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user