We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48408b commit 074d83bCopy full SHA for 074d83b
zfsbootmenu/lib/zfsbootmenu-ui.sh
@@ -307,7 +307,7 @@ draw_snapshots() {
307
308
# ${snapshots} must always be defined so that the mod-n handler can be executed
309
snapshots="$( zfs list -t snapshot -H -o name -S "${sort_key}" "${benv}" )"
310
- snapshots="${snapshots:-No snaphots available}"
+ snapshots="${snapshots:-No snapshots available}"
311
312
zdebug "snapshots: ${snapshots[*]}"
313
0 commit comments