updated check for record

This commit is contained in:
Matthew Saunders Brown 2022-01-27 13:22:58 -08:00
parent dd71d955cd
commit 21b29e46c0

View File

@ -70,9 +70,9 @@ if [[ -z $type ]]; then
exit exit
fi fi
# check for content # check for record data
if [[ -z $content ]]; then if [[ -z $record ]]; then
echo "content is required" echo "record is required"
exit exit
fi fi