Skip to content

Commit daa53aa

Browse files
committedMar 1, 2025
chore: add echo that settings were deleted
1 parent 2a58329 commit daa53aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bacon.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
command = [
55
"sh",
66
"-c",
7-
"trash ~/.local/share/logviewer/app.ron; cargo run",
7+
"echo 'Deleting settings!!!'; trash ~/.local/share/logviewer/app.ron; cargo run",
88
]
99
need_stdout = true
1010
allow_warnings = true

0 commit comments

Comments
 (0)
Please sign in to comment.