Skip to content

Commit

Permalink
zfsbootmenu-ui.sh: fix typo in fallback message
Browse files Browse the repository at this point in the history
  • Loading branch information
zenodotus280 authored and zdykstra committed Jun 9, 2024
1 parent d48408b commit 074d83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfsbootmenu/lib/zfsbootmenu-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ draw_snapshots() {

# ${snapshots} must always be defined so that the mod-n handler can be executed
snapshots="$( zfs list -t snapshot -H -o name -S "${sort_key}" "${benv}" )"
snapshots="${snapshots:-No snaphots available}"
snapshots="${snapshots:-No snapshots available}"

zdebug "snapshots: ${snapshots[*]}"

Expand Down

0 comments on commit 074d83b

Please sign in to comment.