Fixed CI, should deploy successfuly

This commit is contained in:
2025-01-08 23:39:25 +02:00
parent bfbb674697
commit cc8eef8eb8

View File

@@ -7,7 +7,7 @@ import (
"github.com/kyren223/eko/internal/client"
)
func main(){
func main() {
logFile, err := os.OpenFile("client.log", os.O_APPEND|os.O_CREATE|os.O_WRONLY|os.O_TRUNC, 0600)
if err != nil {
log.Fatalln(err)