Skip to content

Commit

Permalink
modify path (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-ding authored and dutor committed May 16, 2019
1 parent 01fb9bc commit 7d216c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .linters/cpp/hooks/pre-commit.sh
Expand Up @@ -5,7 +5,7 @@
# This source code is licensed under Apache 2.0 License,
# attached with Common Clause Condition 1.0, found in the LICENSES directory.

CPPLINT=`dirname $0`/../../../.linters/cpp/cpplint.py
CPPLINT=`dirname $0`/../../.linters/cpp/cpplint.py

if [ $# -eq 0 ];then
# Since cpplint.py could only apply on our working tree,
Expand Down

0 comments on commit 7d216c8

Please sign in to comment.