Skip to content

Commit

Permalink
rename process to verdaccio
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Sep 1, 2016
1 parent d42a5ad commit c20cf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (process.getuid && process.getuid() === 0) {
global.console.error("Sinopia doesn't need superuser privileges. Don't run it under root.")
}

process.title = 'sinopia'
process.title = 'verdaccio'
require('es6-shim')

try {
Expand Down

0 comments on commit c20cf6d

Please sign in to comment.