Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit f87a295

Browse files
committed
trigger build
1 parent 019faef commit f87a295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func main() {
1313
c := os.Getenv("COLOR")
1414
if len(c) == 0 {
15-
c = "black"
15+
c = "blue"
1616
}
1717

1818
addr := os.Getenv("LISTEN")

0 commit comments

Comments
 (0)