mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
When using --url parameter with a different GitHub repository, the script now checks if the existing clone's remote matches the provided URL. If they don't match, it removes the old clone and re-clones from the new URL. This prevents errors when switching between different forks or branches of the gns3-web-ui repository.