@ -22,10 +22,10 @@ write_log() {
# IPAM creds
if [ -f ./creds ]; then
source ./creds
. ./creds
CURL='curl -s -k -sS'
else
write_log FATAL 'The file creads doesn’t exist'
write_log FATAL 'The file creds doesn’t exist'
exit 1
fi