Skip to content

Commit

Permalink
remove the --local -l flag from the df command in the UnixDisk Class
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadaa committed Sep 30, 2024
1 parent 749c502 commit 2285164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Disk/UnixDisk.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function volumes(): Set
->processes
->execute(
Command::foreground('df')
->withShortOption('lh'),
->withShortOption('h'),
)
->wait()
->maybe()
Expand Down

0 comments on commit 2285164

Please sign in to comment.