Navigation Menu

Skip to content

Commit

Permalink
Fix starting message of gcs command about multiple priviledged IP ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 2, 2012
1 parent 62858e6 commit c9f0d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gcs
Expand Up @@ -34,5 +34,5 @@ server = gcsServer.createServer({
server.listen(program.port, function() {
console.log('gcs listening at %d', program.port);
console.log('database is at %s', program.databasePath);
console.log('privileged IP range is %s', program.privilege);
console.log('privileged IP ranges are %s', program.privilege);
});

0 comments on commit c9f0d16

Please sign in to comment.