Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor authored Aug 24, 2024
1 parent c4d2225 commit 6e8b6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfs-replicate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ do_snap() {
## oops...that's not right
exit_error $?
fi
## Send incremental snaphot if count is 1 or more, otherwise send full snapshot
## Send incremental snapshot if count is 1 or more, otherwise send full snapshot
if [ ${MODE} == PUSH ]; then
if [ $scount -ge 1 ]; then
if ! do_push ${base_snap} ${local_set}@${sname} ${remote_set}; then
Expand Down

0 comments on commit 6e8b6eb

Please sign in to comment.