Skip to content

Commit

Permalink
fix: Removed unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
takusuman committed Feb 8, 2022
1 parent 11da1ae commit 98c795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leconf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
root=/
dev=/dev
mnt=/mnt
mount_points=(dsk usb cdrom);
mount_points=(dsk usb cdrom)

0 comments on commit 98c795a

Please sign in to comment.