]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
config: add newline between error message and explanation
authorSimon Ruderich <simon@ruderich.org>
Tue, 13 Apr 2021 05:47:06 +0000 (07:47 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 13 Apr 2021 05:47:06 +0000 (07:47 +0200)
This makes the result more readable.

cmd/safcm/config/files.go
cmd/safcm/config/files_test.go

index 08b2dbf28d28ab7758f313b8f29931a3e72eb463..8d1a728c9601c929a964642abfac969ec2835cde 100644 (file)
@@ -30,6 +30,7 @@ func LoadFiles(group string) (map[string]*safcm.File, error) {
        basePath := filepath.Join(group, "files")
 
        const errMsg = `
+
 The actual permissions and user/group of files and directories are not used
 (except for +x on files). 0644/0755 and current remote user/group is used per
 default. Apply different file permissions via permissions.yaml. To prevent
index 82d60c9d4f086e22e6f382b1642a87ca2ab1179c..9f226cd7b502e17e28f8db54527e693241753923 100644 (file)
@@ -69,6 +69,7 @@ func TestLoadFiles(t *testing.T) {
        defer os.Remove("files-invalid-type/files/invalid")
 
        const errMsg = `
+
 The actual permissions and user/group of files and directories are not used
 (except for +x on files). 0644/0755 and current remote user/group is used per
 default. Apply different file permissions via permissions.yaml. To prevent