Skip to content

Commit

Permalink
appease shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru authored and johnalotoski committed Sep 28, 2021
1 parent 1489d9b commit 463ec83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/consul-snapshots.nix
Expand Up @@ -172,7 +172,7 @@ let
isNotLeader () {
[ "$INCLUDE_LEADER" = "true" ] || \
consul info | egrep '^\s*leader\s+=\s+false$'
consul info | grep -E '^\s*leader\s+=\s+false$'
}
takeConsulSnapshot () {
Expand Down

0 comments on commit 463ec83

Please sign in to comment.