fix indentation

This commit is contained in:
Dave Eddy 2020-02-20 17:29:27 -05:00
parent 2ccb235ffb
commit 06c93f7b83
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ human() {
if ! type -P zfs &>/dev/null; then
echo "Error! zfs command not found. Are you on the right machine?"
exit 1
exit 1
fi
dryrun=false