Skip to content

Commit

Permalink
fixup! Update graph objects to use flatbuffers
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
  • Loading branch information
rydrman committed Mar 13, 2024
1 parent 8c214ea commit 93d4c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spfs-cli/main/src/cmd_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl CmdInfo {
self.format_digest(*obj.manifest(), repo).await?
);
if self.follow {
self.to_process.push_back(obj.manifest.to_string());
self.to_process.push_back(obj.manifest().to_string());
}
}

Expand Down

0 comments on commit 93d4c55

Please sign in to comment.