Skip to content

Commit

Permalink
Merge pull request #7 from silinternational/autopurge
Browse files Browse the repository at this point in the history
Force $delay to be an integer
  • Loading branch information
dalenewby authored Apr 29, 2024
2 parents 526bf01 + 76fc127 commit aa69f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtrack-backup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ()
GetOptions(
'bucket|b=s' => \$b2_bucket,
'baseurl|u=s' => \$yt_url,
'delay|d' => \$delay,
'delay|d=i' => \$delay,
'keep|k=i' => \$keep_count,
'quiet|q' => \$quiet,
'help|h' => \$help
Expand Down

0 comments on commit aa69f4c

Please sign in to comment.