@@ -205,7 +205,7 @@ elif [ -z ${dnsRecords} ]; then
fi
# Check if curl is installed
command -v curl
command -v curl >> /dev/null
curlResult=$(echo"$?")
if[$curlResult -ne 0];then
quit 2
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.