Skip to content

Commit

Permalink
Double check
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoSWD committed Mar 16, 2024
1 parent 8821e4a commit 92093fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/calendar-diff
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,9 @@ if ($changedEvents) {
$diff .= $changedEvents;
}

if (!$diff && $oldEvents !== $newEvents) {
echo "Untracked changes", PHP_EOL;
exit(1);
}

echo $diff;

0 comments on commit 92093fe

Please sign in to comment.