File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../lib/webhook-type .js' )
4
4
5
5
class Add extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../../lib/webhook-type .js' )
4
4
5
5
class Deliveries extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../../lib/webhook-type .js' )
4
4
5
5
class Info extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../../lib/webhook-type .js' )
4
4
5
5
class Events extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../../lib/webhook-type .js' )
4
4
5
5
class Info extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../lib/webhook-type .js' )
4
4
5
5
class Webhooks extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../lib/webhook-type .js' )
4
4
5
5
class Info extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../lib/webhook-type .js' )
4
4
5
5
class Remove extends Command {
6
6
async run ( ) {
Original file line number Diff line number Diff line change 1
1
const { Command, flags} = require ( '@heroku-cli/command' )
2
2
const cli = require ( 'heroku-cli-util' )
3
- const webhookType = require ( '../../lib/webhook_type .js' )
3
+ const webhookType = require ( '../../lib/webhook-type .js' )
4
4
5
5
class Update extends Command {
6
6
async run ( ) {
@@ -47,7 +47,7 @@ module.exports = Update
47
47
//
48
48
// let co = require('co')
49
49
// let cli = require('heroku-cli-util')
50
- // let webhookType = require('../../lib/webhook_type .js')
50
+ // let webhookType = require('../../lib/webhook-type .js')
51
51
//
52
52
// function * run(context, heroku) {
53
53
// let {path, display} = webhookType(context)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments