Skip to content

Commit 59f219b

Browse files
committed
fit lint
1 parent a5d840a commit 59f219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/xt/job.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Job struct {
2020
FileMode FileMode `json:"fileMode" toml:"file_mode" xml:"file_mode" yaml:"fileMode"`
2121
SquashRoot bool `json:"squashRoot" toml:"squash_root" xml:"squash_root" yaml:"squashRoot"`
2222
DebugLog bool `json:"debugLog" toml:"debug_log" xml:"debug_log" yaml:"debugLog"`
23-
Preserve bool `json:"preservePaths" yaml:"preservePaths" xml:"preserve_paths" toml:"preserve_paths"`
23+
Preserve bool `json:"preservePaths" toml:"preserve_paths" xml:"preserve_paths" yaml:"preservePaths"`
2424
}
2525

2626
// ParseJobs checks for and reads more jobs in from 0 or more job files.

0 commit comments

Comments
 (0)