Skip to content

Commit

Permalink
fig
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmajkl committed Sep 13, 2022
1 parent 713ead0 commit 4163c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lemon/Support/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function data(): array
*/
public function commit(): void
{
if (!$this->changed) {
if (!$this->changed || !is_file($this->path)) {
return;
}

Expand Down

0 comments on commit 4163c9c

Please sign in to comment.