Skip to content

Commit

Permalink
Force $delay to be an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
dalenewby committed Apr 29, 2024
1 parent 7ce73e9 commit 76fc127
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 76fc127

Please sign in to comment.