Skip to content

Commit

Permalink
Tabs vs Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Jul 3, 2023
1 parent ee42c9d commit 0551d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/sops-install-secrets/linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ func MountSecretFs(mountpoint string, keysGid int, useTmpfs bool, userMode bool)
var fstype string = "ramfs"
var fsmagic int32 = RAMFS_MAGIC
if useTmpfs {
fstype = "tmpfs"
fsmagic = TMPFS_MAGIC
fstype = "tmpfs"
fsmagic = TMPFS_MAGIC
}

buf := unix.Statfs_t{}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sops-install-secrets/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type manifest struct {
GnupgHome string `json:"gnupgHome"`
AgeKeyFile string `json:"ageKeyFile"`
AgeSshKeyPaths []string `json:"ageSshKeyPaths"`
UseTmpfs bool `json:"useTmpfs"`
UseTmpfs bool `json:"useTmpfs"`
UserMode bool `json:"userMode"`
Logging loggingConfig `json:"logging"`
}
Expand Down

0 comments on commit 0551d99

Please sign in to comment.