Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Mar 3, 2024
1 parent e8df8a9 commit f63c22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ with open("image.ext4", "wb") as f:

# Extract specific file
volume = Volume(image)
inode = volume.inode_at("etc", "version")
inode = volume.inode_at("/etc/version")
with open("version", "wb") as f:
f.write(inode.open().read())
```
Expand Down

0 comments on commit f63c22a

Please sign in to comment.