fix dryrun opt

This commit is contained in:
Matthew Saunders Brown 2024-05-21 10:48:29 -07:00
parent f1d130a3d8
commit 3e60032793

View File

@ -41,7 +41,7 @@ while getopts "b:d:nh" opt; do
database=${OPTARG}
;;
n )
dryrun=${OPTARG}
dryrun=true
;;
\? )
echo "Invalid option: $OPTARG" 1>&2