Skip to content

Commit 8b6aeb9

Browse files
authored
Merge pull request adafruit#702 from jepler/issue689bis
correct typo in filename
2 parents df73188 + d80e544 commit 8b6aeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/supervisor/filesystem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void filesystem_init(bool create_allowed) {
7676
f_mkdir(&vfs_fat->fatfs, "/.fseventsd");
7777
make_empty_file(&vfs_fat->fatfs, "/.metadata_never_index");
7878
make_empty_file(&vfs_fat->fatfs, "/.Trashes");
79-
make_empty_file(&vfs_fat->fatfs, "/.feventsd/no_log");
79+
make_empty_file(&vfs_fat->fatfs, "/.fseventsd/no_log");
8080

8181
// and ensure everything is flushed
8282
flash_flush();

0 commit comments

Comments
 (0)