Skip to content

Commit

Permalink
refactor: fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmetzner committed Oct 25, 2024
1 parent 3d00124 commit 30cf739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/volumes/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
)

const (
DefaultFSType = "ext4"
// XFSDefaultConfigPath is the oldest Linux Version available from `xfsprogs`. If this becomes unavailable, we need to increase it to the next lowest version and announce the change in the Release Notes.
DefaultFSType = "ext4"
// XFSDefaultConfigPath is the oldest Linux Version available from `xfsprogs`. If this becomes unavailable, we need to increase it to the next lowest version and announce the change in the Release Notes.
XFSDefaultConfigPath = "/usr/share/xfsprogs/mkfs/lts_4.19.conf"
)

Expand Down

0 comments on commit 30cf739

Please sign in to comment.