guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: file-systems: Fix <file-system> skip-check-if-cle


From: guix-commits
Subject: branch master updated: file-systems: Fix <file-system> skip-check-if-clean? default.
Date: Fri, 24 Sep 2021 15:12:19 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 69f3770  file-systems: Fix <file-system> skip-check-if-clean? default.
69f3770 is described below

commit 69f37702dfcda776a190d5c40fad8518469ce3c4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 24 21:08:13 2021 +0200

    file-systems: Fix <file-system> skip-check-if-clean? default.
    
    Let this be a warning against—even cautiously and deliberately—using
    double negatives.  You shall stare, but you shall not see.
    
    * gnu/system/file-systems.scm (<file-system>): Fix the default
    skip-check-if-clean? value to match the documentation and the intention.
---
 gnu/system/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 0350bf9..e69cfd0 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -127,7 +127,7 @@
   (check?           file-system-check?            ; Boolean
                     (default #t))
   (skip-check-if-clean? file-system-skip-check-if-clean? ; Boolean
-                        (default #f))
+                        (default #t))
   (repair           file-system-repair            ; symbol or #f
                     (default 'preen))
   (create-mount-point? file-system-create-mount-point? ; Boolean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]