Explorar o código

tools/find_authors - minor correction

We should not report that only thanks.in has been checked, as authors has too.
Spenser Reinhardt %!s(int64=11) %!d(string=hai) anos
pai
achega
b94a5fb8b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/find_authors

+ 1 - 1
tools/find_authors

@@ -32,7 +32,7 @@ for name in $(git log | grep "Author:" | sed 's/Author: //g' | sed 's/ <.*>//g'
 	fi
 done
 
-echo "Authors not found in thanks.in:"
+echo "Authors not found:"
 for name in ${authors[@]}; do
 	echo "${name}" | sed 's/_/ /g'
 done