We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb2a0f commit 838dd78Copy full SHA for 838dd78
lib/specinfra/command/darwin/base/file.rb
@@ -34,7 +34,7 @@ def check_is_grouped(file, group)
34
def get_mode(file)
35
"stat -f%Lp #{escape(file)}"
36
end
37
-
+
38
def get_size(file)
39
"stat -f %z #{escape(file)}"
40
0 commit comments