Skip to content

Commit

Permalink
fix: one more typo in sanoid_check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel authored and root committed Feb 10, 2024
1 parent 3e485d9 commit e39a041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zfs/sanoid_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ check_sanoid_run_date
get_zfs_datasets
for volume in $ZFS_DATASETS
do
if [[ ! $EXCLUDED_DATASESTS =~ :$volume: ]]
if [[ ! $EXCLUDED_DATASETS =~ :$volume: ]]
then
check_last_snap_date "$volume"
fi
Expand Down

0 comments on commit e39a041

Please sign in to comment.