From b8465d14dbcb9dcee875a8acba277fdcaf330133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Wed, 6 Mar 2024 14:43:57 +0100 Subject: [PATCH] fix spelling --- 41_snapshots-btrfs | 2 +- config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index d508f59..e1e183b 100755 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -315,7 +315,7 @@ snapshot_list() fi [ ! -d "$grub_btrfs_mount_point/$path_snapshot/boot" ] && continue; # Discard snapshots without /boot folder - # Parse Snapper & timeshift & yabsnap informations + # Parse Snapper & timeshift & yabsnap information local type_snapshot="N/A" local description_snapshot="N/A" diff --git a/config b/config index 0e99c96..03f8f4e 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ #!/usr/bin/env bash -GRUB_BTRFS_VERSION=4.13-fix_bashism-2024-03-06T13:23:26+00:00 +GRUB_BTRFS_VERSION=4.13-yabsnap_info_support-2024-03-06T13:43:57+00:00 # Disable grub-btrfs. # Default: "false"