Skip to content

Commit

Permalink
fix(import): Avoid "unrecognized input" error from colors when using …
Browse files Browse the repository at this point in the history
…`--flatten` (#2037)

Refs #1644
  • Loading branch information
fc authored and evocateur committed Apr 17, 2019
1 parent 1496beb commit 51625fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/import/index.js
Expand Up @@ -151,6 +151,7 @@ class ImportCommand extends Command {
"--stat",
"--binary",
"-1",
"--color=never",
sha,
// custom git prefixes for accurate parsing of filepaths (#1655)
`--src-prefix=COMPARE_A/`,
Expand Down

0 comments on commit 51625fa

Please sign in to comment.