commit 4a63926e09758b6513639ea976107c966f9777b6 parent 1db12bfff2993d43904feb9fcc7832b0eaf2ba25 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 29 Sep 2016 18:40:58 +0200 fix bug Diffstat:
svn-poll | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/svn-poll b/svn-poll @@ -84,6 +84,6 @@ done # now that it's been processed, save it echo "$LATEST" > "$FILE" -# and reset the retries counter -echo "" > "$RETRIES" +# and reset the errors +echo "" > "$ERRORS"