diff options
author | Thialfihar <thi@thialfihar.org> | 2015-06-26 11:08:40 +0200 |
---|---|---|
committer | Thialfihar <thi@thialfihar.org> | 2015-07-21 20:50:32 +0200 |
commit | 7df68919a9cec99f64e9ee47436f7b3373863b4c (patch) | |
tree | ff80c5f47ae6e094d17d17fa7ae6ab168cde902b /tools | |
parent | 13983be7998ea28cc4b8882e1b45eff5ca4986a6 (diff) | |
download | open-keychain-7df68919a9cec99f64e9ee47436f7b3373863b4c.tar.gz open-keychain-7df68919a9cec99f64e9ee47436f7b3373863b4c.tar.bz2 open-keychain-7df68919a9cec99f64e9ee47436f7b3373863b4c.zip |
Adjust checkstyle for new directory
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/checkstyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkstyle b/tools/checkstyle index 27aabced2..0f6d142c8 100755 --- a/tools/checkstyle +++ b/tools/checkstyle @@ -1 +1 @@ -checkstyle -c tools/checkstyle.xml -r OpenPGP-Keychain/src/main/java 2>&1 | egrep -v 'log4j' +checkstyle -c tools/checkstyle.xml -r OpenKeychain/src/main/java 2>&1 | egrep -v 'log4j' |