From 2b3b3fea2ef71bb57c36d3bd64c336655e515826 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 30 Sep 2020 10:58:45 -0500 Subject: [PATCH] chore: fix package.json reference to atom directory (#25682) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61619a3bd81..ab99932c65e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "generate-version-json": "node script/generate-version-json.js", "lint": "node ./script/lint.js && npm run lint:clang-format && npm run lint:docs", "lint:js": "node ./script/lint.js --js", - "lint:clang-format": "python script/run-clang-format.py -r -c atom/ chromium_src/ || (echo \"\\nCode not formatted correctly.\" && exit 1)", + "lint:clang-format": "python script/run-clang-format.py -r -c chromium_src/ shell/ || (echo \"\\nCode not formatted correctly.\" && exit 1)", "lint:cpp": "node ./script/lint.js --cc", "lint:objc": "node ./script/lint.js --objc", "lint:py": "node ./script/lint.js --py",