Skip to content

Commit

Permalink
Update backup
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jul 3, 2022
1 parent f8325bc commit 12efc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/billthefarmer/notes/Notes.java
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ public void backup()
if (string.isEmpty())
return;

file = new File(string);
File file = new File(string);

// Check absolute file
if (!file.isAbsolute())
Expand Down

0 comments on commit 12efc0f

Please sign in to comment.