Skip to content

Commit

Permalink
#175 setting version check make fail
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-martin committed Feb 11, 2025
1 parent 22c02d9 commit a22202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aspera/cli/plugins/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def check_gem_version

def periodic_check_newer_gem_version
# get verification period
delay_days = options.get_option(:version_check_days, mandatory: true)
delay_days = options.get_option(:version_check_days, mandatory: true).to_i
# check only if not zero day
return if delay_days.eql?(0)
# get last date from persistency
Expand Down

0 comments on commit a22202b

Please sign in to comment.