chore: typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
鲁树人 2024-09-14 20:59:48 +01:00
parent 486f1fe898
commit c5bc436ab2

View File

@ -96,7 +96,7 @@ deploy_netlify() {
echo " * ${error_message}" echo " * ${error_message}"
return 1 return 1
else else
echo 'Deoployed to main url.' echo 'Deployed to main url.'
fi fi
fi fi
} }