diff --git a/cmd/main.go b/cmd/main.go index d8ce155..d6a17f9 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -18,7 +18,7 @@ import ( ) func main() { - env("../.env") + env(".env") ctx := context.Background() ctx, cancel := signal.NotifyContext(ctx, os.Interrupt, os.Kill, syscall.SIGTERM)