Skip to content

Commit b51203a

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 37da884 commit b51203a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/restore-octavia-certificates.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ set -eu
44

55
if [ -z ${KAYOBE_CONFIG_PATH:+x} ]; then
66
1>&2 echo 'Please source kayobe-env'
7-
exit -1
7+
exit 1
88
fi
99

1010
if [ -z ${KAYOBE_VAULT_PASSWORD:+x} ]; then
1111
1>&2 echo 'Please set Kayobe vault password'
12-
exit -1
12+
exit 1
1313
fi
1414

1515
if [ -d $KOLLA_CONFIG_PATH/octavia-certificates ]; then

0 commit comments

Comments
 (0)