diff options
Diffstat (limited to 'kubernetes/sdnc/resources/geo/bin/switchVoting.sh')
-rwxr-xr-x | kubernetes/sdnc/resources/geo/bin/switchVoting.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/resources/geo/bin/switchVoting.sh b/kubernetes/sdnc/resources/geo/bin/switchVoting.sh index 076f1ea35f..65b76265fc 100755 --- a/kubernetes/sdnc/resources/geo/bin/switchVoting.sh +++ b/kubernetes/sdnc/resources/geo/bin/switchVoting.sh @@ -16,7 +16,7 @@ # limitations under the License. */}} -function usage() +usage () { echo usage: switchVoting.sh primary\|secondary exit 1 |