mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-13 13:50:09 +00:00
bug: Update state.go (#987
Update state.go Remove print leftover Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
@@ -106,7 +106,6 @@ func detectBoot() Boot {
|
|||||||
return Unknown
|
return Unknown
|
||||||
}
|
}
|
||||||
cmdlineS := string(cmdline)
|
cmdlineS := string(cmdline)
|
||||||
fmt.Println(cmdlineS)
|
|
||||||
switch {
|
switch {
|
||||||
case strings.Contains(cmdlineS, "COS_ACTIVE"):
|
case strings.Contains(cmdlineS, "COS_ACTIVE"):
|
||||||
return Active
|
return Active
|
||||||
|
Reference in New Issue
Block a user