Skip to content

Commit cee8cdf

Browse files
committed
fix(prompt): Config prompt is now properly working
1 parent 1482fbc commit cee8cdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tasks/grunt/prompt.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var fs = require('fs')
77

88
module.exports = {
99
config: {
10-
authConfigPrompt: {
10+
cleverAuthConfigPrompt: {
1111
options: {
1212
questions: [
1313
// Environment
@@ -162,8 +162,7 @@ module.exports = {
162162
register: function(grunt) {
163163
grunt.loadNpmTasks('grunt-prompt');
164164

165-
grunt.registerTask('prompt:cleverAuthConfig', ['prompt:authConfigPrompt', 'createCleverAuthConfig']);
166-
grunt.registerTask('prompt:cleverAuthConfigPrompt', ['prompt:authConfigPrompt', 'createCleverAuthConfig']);
165+
grunt.registerTask('prompt:cleverAuthConfig', ['prompt:cleverAuthConfigPrompt', 'createCleverAuthConfig']);
167166
grunt.registerTask('createCleverAuthConfig', 'Adds the config for cleverAuth to the designated environment', function createCleverAuthConfig() {
168167
var conf = grunt.config('authConfig');
169168

0 commit comments

Comments
 (0)