Skip to content

Commit 86285c6

Browse files
BackSlasheridoby
authored andcommitted
fixed typo
1 parent 7089bfd commit 86285c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-saver/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ is_magic() {
1717

1818
force_load_file() {
1919
if [ -f "$DUMP_FILE" ]; then
20-
'file found, loading'
20+
echo 'file found, loading'
2121
mount -aT "$DUMP_FILE"
2222
else
2323
echo 'file not found, skipping'

0 commit comments

Comments
 (0)