Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Oct 16, 2024
1 parent 134e1be commit 5b6c8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/common.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
case $OSTYPE in
linux*)
STAT_FORMAT_GID_ARGS="-c'%g'"
STAT_FORMAT_INODE_ARGS="-c'%i'"
STAT_FORMAT_INODE_ARGS="-c%i"
;;
darwin*)
STAT_FORMAT_GID_ARGS="-f%g"
Expand Down

0 comments on commit 5b6c8bd

Please sign in to comment.