This commit is contained in:
Gahfy 2024-03-04 09:25:36 -08:00 committed by GitHub
commit fbad74c1bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ usage () {
exit 1
}
if [ $# -lt 4 ]; then
if [ $# -lt 3 ]; then
usage
fi