Fix typo
This commit is contained in:
parent
c5b043e447
commit
c5d85d7e1c
|
@ -22,10 +22,10 @@ write_log() {
|
||||||
|
|
||||||
# IPAM creds
|
# IPAM creds
|
||||||
if [ -f ./creds ]; then
|
if [ -f ./creds ]; then
|
||||||
source ./creds
|
. ./creds
|
||||||
CURL='curl -s -k -sS'
|
CURL='curl -s -k -sS'
|
||||||
else
|
else
|
||||||
write_log FATAL 'The file creads doesn’t exist'
|
write_log FATAL 'The file creds doesn’t exist'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue