summaryrefslogtreecommitdiffstats
path: root/src/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks')
-rw-r--r--src/hooks/arch4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hooks/arch b/src/hooks/arch
index 5dc7168..c5d0587 100644
--- a/src/hooks/arch
+++ b/src/hooks/arch
@@ -34,7 +34,9 @@ function report_fail {
function report_success {
if [[ -n "$*" ]]; then
stat_append "- $*"
- REPORT_TRYING=
+ REPORT_TRYING=
fi
stat_done
}
+
+# vim: ft=sh ts=4 et sw=4: