Skip to content

Commit 961b6c1

Browse files
committed
diff?
1 parent 63be9f0 commit 961b6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/data.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ for component in ${components}
149149
cd "${root}"
150150
end
151151
152-
output = exec git status --porcelain=v1
152+
output = exec git diff
153153
output_length = length ${output.stdout}
154154
if greater_than ${output_length} 0
155155
msg = array "" ""

0 commit comments

Comments
 (0)