summaryrefslogtreecommitdiff
path: root/cmd/sparkled/main.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-28 16:17:09 -0600
committermo khan <mo@mokhan.ca>2025-07-28 16:17:09 -0600
commitdabc6662536e3a128b666846a1733f921eb4be6d (patch)
treed9a275a45f6866c340252c667bb9dc583cc93968 /cmd/sparkled/main.go
parentda1325c94d99f9c90b8d362eeb2a6cf34cceaaed (diff)
chore: fix typo in startup logs
Diffstat (limited to 'cmd/sparkled/main.go')
-rw-r--r--cmd/sparkled/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sparkled/main.go b/cmd/sparkled/main.go
index adc7ed1..c58d1ba 100644
--- a/cmd/sparkled/main.go
+++ b/cmd/sparkled/main.go
@@ -12,7 +12,7 @@ import (
)
func main() {
- pls.LogError(context.Background(), http.ListenAndServe(
+ pls.LogErrorNow(context.Background(), http.ListenAndServe(
env.Fetch("BIND_ADDR", ":8080"),
app.New(x.Must(os.Getwd())),
))