Skip to content

Commit

Permalink
Merge pull request #51 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Use lsblk in rg
  • Loading branch information
lukemartinlogan authored Jan 24, 2025
2 parents 5ccbf37 + 74bc7a3 commit 768f2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_util/introspect/system_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def modify(self, exec_info):
"""

def introspect_fs(self, exec_info, sudo=False):
lsblk = PyLsblk(exec_info.mod(hide_output=True))
lsblk = Lsblk(exec_info.mod(hide_output=True))
blkid = Blkid(exec_info.mod(hide_output=True))
list_fs = ListFses(exec_info.mod(hide_output=True))
fs = sdf.merge([lsblk.df, blkid.df],
Expand Down

0 comments on commit 768f2a5

Please sign in to comment.