Fix: Remove leftover variable in echo

This commit is contained in:
Lars Simon Winzer
2026-03-09 18:07:49 +01:00
parent 8579f15868
commit 76c182313e
+1 -1
View File
@@ -63,7 +63,7 @@ main() {
export_file "$line" export_file "$line"
done done
echo "✓ Exported all $file_count files" echo "✓ Exported all files"
} }
# Start script at entry point # Start script at entry point