Fix main.go
Some checks failed
Build, Test and Push Docker Image / e2e-test (push) Failing after 6s
Build, Test and Push Docker Image / build-and-push (push) Has been skipped

This commit is contained in:
2025-11-06 20:41:40 +01:00
parent 55a8b4c86a
commit 0c9daf93c4

View File

@@ -40,7 +40,7 @@ func main() {
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)
} }
block, err := ssh.MarshalPrivateKey(signer, "") block, err := ssh.MarshalPrivateKey(key, "")
if err != nil { if err != nil {
log.Fatal("Failed to marshal host key:", err) log.Fatal("Failed to marshal host key:", err)
} }