Skip to content

Commit

Permalink
Merge pull request rlidwka#57 from juanpicado/master
Browse files Browse the repository at this point in the history
rename process to verdaccio
  • Loading branch information
trentearl authored Sep 1, 2016
2 parents d42a5ad + c20cf6d commit c6923c9
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 c6923c9

Please sign in to comment.