Skip to content

Commit

Permalink
rejig
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Nov 11, 2024
1 parent 2ecf2b0 commit af5d89f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dependency.lic
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ class ScriptManager
def get_script(filename, force = false)
filename = filename.dup
echo("checking:#{filename} force:#{force}") if @debug
echo("Downloading #{filename}") if force
download_script(filename, force)
end

Expand Down Expand Up @@ -1635,11 +1634,13 @@ 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
$manager.start_scripts(true)
echo("Force refreshing all scripts.")
$manager.start_scripts
end

def list_tracked_scripts
Expand Down

0 comments on commit af5d89f

Please sign in to comment.