mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 06:54:57 -04:00
Fix linting issues
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
b3eff1b238
commit
9a99845bb9
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ const (
|
||||||
deviceName string = "testDeviceName"
|
deviceName string = "testDeviceName"
|
||||||
)
|
)
|
||||||
|
|
||||||
var toolsEnvs []string = []string{"CP", "DD", "RM", "FSCK_EXT4", "MKFS_EXT4", "BLKID", "FSCK", "MOUNT", "UMOUNT"}
|
var toolsEnvs = []string{"CP", "DD", "RM", "FSCK_EXT4", "MKFS_EXT4", "BLKID", "FSCK", "MOUNT", "UMOUNT"}
|
||||||
|
|
||||||
// addToolsToPATH is used to update the PATH to contain necessary tool binaries for
|
// addToolsToPATH is used to update the PATH to contain necessary tool binaries for
|
||||||
// coreutils, util-linux and ext4.
|
// coreutils, util-linux and ext4.
|
||||||
|
|
|
@ -37,7 +37,7 @@ const (
|
||||||
|
|
||||||
var diskPath = flag.String("disk", "", "Path to the disk to use for the benchmark")
|
var diskPath = flag.String("disk", "", "Path to the disk to use for the benchmark")
|
||||||
|
|
||||||
var toolsEnvs []string = []string{"DD", "RM"}
|
var toolsEnvs = []string{"DD", "RM"}
|
||||||
|
|
||||||
// addToolsToPATH is used to update the PATH to contain necessary tool binaries for
|
// addToolsToPATH is used to update the PATH to contain necessary tool binaries for
|
||||||
// coreutils.
|
// coreutils.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue