Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Apr 8, 2024
1 parent 129e749 commit 85e77d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ func detectLargestDevice() string {
func DetectPreConfiguredDevice(logger sdkTypes.KairosLogger) (string, error) {
block, err := ghw.Block()
if err != nil {
logger.Errorf("failed getting block devices: %w", err)
logger.Errorf("failed getting block devices: %s", err.Error())
return "", err
}

Expand Down

0 comments on commit 85e77d8

Please sign in to comment.