Skip to content

Commit

Permalink
Fix log indent
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Jan 17, 2019
1 parent e3d57d1 commit d74df66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-es/src/cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ exports.Cluster = class Cluster {

await decompress(archivePath, installPath);

this._log.indent(4);
this._log.indent(-4);
}

/**
Expand Down

0 comments on commit d74df66

Please sign in to comment.