Skip to content

Commit 88c45d6

Browse files
authored
Fix wrong logic
1 parent 1a048f9 commit 88c45d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/starter/builds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ foreach ($files as $file) {
112112
}
113113
}
114114

115-
if ($modified !== []) {
115+
if ($modified === []) {
116116
echo 'No files modified.' . PHP_EOL;
117117
} else {
118118
echo 'The following files were modified:' . PHP_EOL;

0 commit comments

Comments
 (0)