fix(shell): log platform correctly

relates to #3101
This commit is contained in:
Jan De Dobbeleer 2022-11-22 20:41:52 +01:00 committed by Jan De Dobbeleer
parent 636a5e29fc
commit 931a78c9bb

View file

@ -77,6 +77,7 @@ func (env *Shell) Platform() string {
platform = "manjaro"
}
}
env.Debug("Platform", platform)
return platform
}