This is an automated email from the git hooks/post-receive script. jforbes pushed a commit to branch master in repository kernel-tests. commit b4e1da18398cf13868cd66a66424bc100a244272 Author: Justin M. Forbes <jforbes@xxxxxxxxxx> Date: Thu Apr 23 07:45:07 2015 -0500 Fix typos found by Wouter Depypere --- config.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example b/config.example index 51a2fd1..370ae5e 100644 --- a/config.example +++ b/config.example @@ -20,7 +20,7 @@ submit=none case $submit in anonymous) commit=y - commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile\;type=text/x-log" https://apps.fedoraproject.org/kerneltest/upload/anonymous + commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile\;type=text/x-log" https://apps.fedoraproject.org/kerneltest/upload/anonymous" ;; authenticated) commit=y @@ -30,7 +30,7 @@ authenticated) if [ -n "$password" ]; then password="-p $password" fi - commithook="fedora_submit.py $username $password -l $logfile" + commithook="./fedora_submit.py $username $password -l $logfile" ;; *) commithook=/usr/bin/true -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx