Skip to content

Commit

Permalink
Fix expected manifest on global add (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
torifat authored and bestander committed Nov 15, 2016
1 parent ac2beac commit 1b2f6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/global.js
Expand Up @@ -17,7 +17,7 @@ import * as fs from '../../util/fs.js';

class GlobalAdd extends Add {
maybeOutputSaveTree(): Promise<void> {
for (const pattern of this.args) {
for (const pattern of this.addedPatterns) {
const manifest = this.resolver.getStrictResolvedPattern(pattern);
ls(manifest, this.reporter, true);
}
Expand Down

0 comments on commit 1b2f6b5

Please sign in to comment.