Skip to content

Commit

Permalink
Made $title arg optional in add-object-block CLI script
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 19, 2024
1 parent 273e802 commit 295b189
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/add-object-block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ if [ -z "$base" ] ; then
print_usage
exit 1
fi
if [ -z "$title" ] ; then
print_usage
exit 1
fi
if [ -z "$value" ] ; then
print_usage
exit 1
Expand Down

0 comments on commit 295b189

Please sign in to comment.