trigger
Some checks failed
Check Latest Release / deploy (push) Failing after 42s

This commit is contained in:
zramsay 2025-02-05 15:23:55 -05:00
parent 689722139c
commit 5f24b42233

View File

@ -3,6 +3,8 @@
# Exit on any error
set -e
# Trigger
# Check for required positional arguments
if [ $# -ne 2 ]; then
echo "Error: Two arguments required"