Triggering another action pipeline

pull/6333/head
asavin 2025-04-24 10:15:56 +02:00
parent c421e2ddfc
commit 67fd35127c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ dns_efficientip_add() {
_info "Record successfully created" _info "Record successfully created"
return 0 return 0
else else
_err "Error creating the DNS record" _err "Error creating the DNS record using EIP"
_err "${result}" _err "${result}"
return 1 return 1
fi fi