aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-04-19 07:00:50 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-19 07:00:50 +0000
commit1b162638763115959a0960a1195618f571d5499b (patch)
tree0ee9c135c22363c0a5873a8503f7bd4f36a55b33 /kubernetes/sdnc
parent67c2cb1569edc9aac89aab271433f1f6357062dd (diff)
parent785bc3875ee2c3a45caf6ba2244d5e3b6e6b36b1 (diff)
Merge "[COMMON] Fix function declarations bashisms"
Diffstat (limited to 'kubernetes/sdnc')
-rwxr-xr-xkubernetes/sdnc/resources/geo/bin/switchVoting.sh2
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