Skip to content

Commit

Permalink
remove CLI interaction, simply overwrite git url
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Nov 22, 2024
1 parent 6dc4071 commit ce638c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/haxelib/api/Installer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,6 @@ class Installer {

if (url != null && libUrl != null && url != libUrl)
{
if (!userInterface.confirm('Update remote url: "${libUrl}" with "${url}"')) {
userInterface.log('Library $library $id repository url remains at "${libUrl}"');
return;
}
FsUtils.deleteRec(libPath);
doVcsClone();
}
Expand Down

0 comments on commit ce638c6

Please sign in to comment.