Skip to content

Commit fc75f9c

Browse files
committed
Add India region
1 parent 96d60ff commit fc75f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const colors = require('colors');
44
const any = require('promise.any');
55
const AggregateError = require('es-aggregate-error/polyfill')();
66

7-
const REGIONS = ['eu', 'us', 'cn'];
7+
const REGIONS = ['eu', 'us', 'cn', 'in'];
88

99
const list = async (conf, options) => {
1010
let questions = [

0 commit comments

Comments
 (0)