From cb74bd9fa865d2f3f26d680ff9e5e40b7db4682f Mon Sep 17 00:00:00 2001 From: Boud Roukema Date: Sat, 25 Apr 2020 22:40:07 +0200 Subject: 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. --- reproduce/analysis/config/verify-outputs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/analysis') 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 -- cgit v1.2.1