Skip to content

Commit e16892c

Browse files
author
Ben Brown
authored
Update cli.js
1 parent 0f963f2 commit e16892c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bin/cli.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var fs = require('fs');
77

88
var botkit = Vorpal()
99

10-
var platforms = ['web', 'teams', 'spark', 'slack', 'facebook'];
10+
var platforms = ['web', 'teams', 'ciscospark', 'slack', 'facebook'];
1111
var platform_src = [{
1212
platform: 'web',
1313
artifact: 'https://github.com/howdyai/botkit-starter-web.git',
@@ -18,6 +18,12 @@ var platform_src = [{
1818
artifact: 'https://github.com/howdyai/botkit-starter-teams.git',
1919
directory: 'botkit-starter-teams'
2020
},
21+
22+
{
23+
platform: 'spark',
24+
artifact: 'https://github.com/howdyai/botkit-starter-ciscospark.git',
25+
directory: 'botkit-starter-ciscospark'
26+
},
2127
{
2228
platform: 'ciscospark',
2329
artifact: 'https://github.com/howdyai/botkit-starter-ciscospark.git',

0 commit comments

Comments
 (0)