Skip to content
Snippets Groups Projects
Commit dcdb6682 authored by Mike Lynch's avatar Mike Lynch
Browse files

Purging is now off by default - only purges if -p flag

parent ab334b0b
Branches
No related merge requests found
......@@ -23,7 +23,7 @@ var argv = require('yargs')
.alias('p', 'purge')
.describe('p', 'Purge solr')
.boolean('p')
.default('p', true)
.default('p', false)
.help('h')
.alias('h', 'help')
.argv;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment