tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

uninstall: fix uninstalling if no symlink in bin_dir #997

Open Japsty opened 3 weeks ago

Japsty commented 3 weeks ago

tt uninstall does not work if there is no symbolic link in bin_dir, so a check for the presence of a symbolic link has been added.

Closes: 900