Fix wrong rebase

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2024-05-23 16:08:28 +02:00
parent f1b503d461
commit 6b4d75f1da

View File

@@ -14,6 +14,7 @@ import (
"github.com/jaypipes/ghw"
"github.com/jaypipes/ghw/pkg/block"
configpkg "github.com/kairos-io/kcrypt/pkg/config"
"github.com/rs/zerolog"
)
func CreateLuks(dev, password string, cryptsetupArgs ...string) error {