Skip to content

Commit f2fcd04

Browse files
committed
Improve error message
1 parent 4693028 commit f2fcd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ in
22422242
for file in "$@"; do
22432243
if ! ${hooks.circleci.package}/bin/circleci config validate "$file" 2>&1
22442244
then
2245-
echo "$file"
2245+
echo "Config file at $file is invalid, check the errors above."
22462246
failed=true
22472247
fi
22482248
done

0 commit comments

Comments
 (0)