Skip to content

Commit

Permalink
fix: path was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 19, 2020
1 parent 18ec45d commit 0885d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/run_check_lockfile_symlinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const IGNORE_FILE_GLOBS = [
// fixtures aren't used in production, ignore them
'**/*fixtures*/**/*',
// cypress isn't used in production, ignore it
'x-pack/legacy/plugins/apm/e2e/cypress/*',
'x-pack/legacy/plugins/apm/e2e/*',
];

run(async ({ log }) => {
Expand Down

0 comments on commit 0885d46

Please sign in to comment.