Skip to content

Commit

Permalink
shfmt -w -ci -sr -i 2 *.sh test/*.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhurt committed Sep 1, 2024
1 parent 2dbf23c commit 064ed4f
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 @@ -554,6 +554,6 @@ main() {
}

## process config and start main if we weren't sourced
if [ "$(expr "$SCRIPT" : 'zfs-replicate')" -gt 0 ]; then
if [ "$(expr "$SCRIPT" : 'zfs-replicate')" -gt 0 ]; then
loadConfig "$@" && main 2>&1 | captureOutput
fi

0 comments on commit 064ed4f

Please sign in to comment.