diff --git a/install/generator-cyphernode/generators/app/prompters/000_proxy.js b/install/generator-cyphernode/generators/app/prompters/000_cyphernode.js similarity index 98% rename from install/generator-cyphernode/generators/app/prompters/000_proxy.js rename to install/generator-cyphernode/generators/app/prompters/000_cyphernode.js index 6563e58..c283348 100644 --- a/install/generator-cyphernode/generators/app/prompters/000_proxy.js +++ b/install/generator-cyphernode/generators/app/prompters/000_cyphernode.js @@ -1,6 +1,6 @@ const chalk = require('chalk'); -const name = 'proxy'; +const name = 'cyphernode'; const capitalise = function( txt ) { return txt.charAt(0).toUpperCase() + txt.substr(1);