Skip to content

Commit

Permalink
Merge pull request #6973 from MahtraDR/dependency_script_checks
Browse files Browse the repository at this point in the history
[scripts][dependency] Add messaging for forced script downloads
  • Loading branch information
MahtraDR authored Nov 11, 2024
2 parents 950d346 + af5d89f commit 82dfcd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dependency.lic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require 'ostruct'
require 'digest/sha1'
require 'monitor'

$DEPENDENCY_VERSION = '1.7.5'
$DEPENDENCY_VERSION = '1.7.6'
$MIN_RUBY_VERSION = '3.2.2'
DRINFOMON_IN_CORE_LICH ||= false

Expand Down Expand Up @@ -1634,10 +1634,12 @@ def verify_script(script_names)
end

def get_script(script_name)
echo("Force downloading #{script_name}")
$manager.get_script(format_name(script_name), true)
end

def force_refresh_scripts
echo("Force refreshing all scripts.")
$manager.start_scripts
end

Expand Down

0 comments on commit 82dfcd1

Please sign in to comment.