aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis
diff options
context:
space:
mode:
authorBoud Roukema <boud@cosmo.torun.pl>2020-04-25 22:40:07 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-26 03:58:29 +0100
commitcb74bd9fa865d2f3f26d680ff9e5e40b7db4682f (patch)
treed17bc1f7b177276bb4d8ffd3c16b740e689d4f07 /reproduce/analysis
parent4d3db9a78fb84f837a0b1665906ce0da1856a3e3 (diff)
verify-outputs.conf: typo correction in comment to avoid confusion
Until now, the comment in the file said that setting the `verify-outputs` variable to `yes` disables the verification. Looking at `reproduce/analysis/make/verify.mk` shows that the opposite is true. With this commit, the word `disable` is replaced with `enable` so that the user is not confused by the conflict between the source code in the other file and this comment.
Diffstat (limited to 'reproduce/analysis')
-rw-r--r--reproduce/analysis/config/verify-outputs.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/analysis/config/verify-outputs.conf b/reproduce/analysis/config/verify-outputs.conf
index 4f99661..9f5f25a 100644
--- a/reproduce/analysis/config/verify-outputs.conf
+++ b/reproduce/analysis/config/verify-outputs.conf
@@ -1,2 +1,2 @@
-# To disable verification of output datasets set this variable to yes
+# To enable verification of output datasets set this variable to yes
verify-outputs = yes