mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The way the uninstall commands are currently formatted, they run together into a single line, which could in some rare cases (i.e. there are files in the current directory named "sudo" or "rm") cause data loss. Reformatting fixes this issue.