0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

replace project names

This commit is contained in:
Juan Carlos Picado 2016-12-07 23:18:16 +01:00
parent 32cc6ea617
commit 674057b1af

View file

@ -3,7 +3,7 @@
/*eslint no-sync:0*/
if (process.getuid && process.getuid() === 0) {
global.console.error("Sinopia doesn't need superuser privileges. Don't run it under root.")
global.console.error("Verdaccio doesn't need superuser privileges. Don't run it under root.")
}
process.title = 'verdaccio'