Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Nov 13, 2024
1 parent 330ab80 commit a00a344
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dependency.lic
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,8 @@ class ScriptManager
unless url_exist?(defaulturl)
_respond Lich::Messaging.monsterbold("Default URL #{defaulturl} not responding. Using an alternate repo+branch combination.")
_respond Lich::Messaging.monsterbold("Unsetting custom repo settings, if any.")
@status_repo = 'rpherbig/dr-scripts'
@status_branch = 'main'
Settings['status_repo'] = @status_repo
Settings['status_branch'] = @status_branch
Settings['status_repo'] = nil if Settings['status_repo']
Settings['status_branch'] = nil if Settings['status_branch']
Settings.save
end

Expand Down

0 comments on commit a00a344

Please sign in to comment.