Skip to content

Commit dd4f177

Browse files
committed
ci: fix travis
1 parent ae89fde commit dd4f177

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/@angular/cli/commands/completion.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ const CompletionCommand = Command.extend({
6262
name: 'bash',
6363
type: Boolean,
6464
default: false,
65-
aliases: ['b']
65+
aliases: ['b'],
6666
description: 'Generate a completion script for bash.'
6767
},
6868
{
6969
name: 'zsh',
7070
type: Boolean,
7171
default: false,
72-
aliases: ['z']
72+
aliases: ['z'],
7373
description: 'Generate a completion script for zsh.'
7474
}
7575
],

packages/@angular/cli/commands/set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\import {CliConfig} from '../models/config';
1+
import {CliConfig} from '../models/config';
22

33
const SilentError = require('silent-error');
44
const Command = require('../ember-cli/lib/models/command');

0 commit comments

Comments
 (0)